Play: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: == Play - A summer of code project == This wiki page is about a summer of code project proposed by Erik Beerepoot. The mailing list entry is [http://lists.laptop.org/pipermail/gsoc/2008-M...)
 
No edit summary
Line 1: Line 1:
== Play - A summer of code project ==
= Play - A summer of code project =


This wiki page is about a summer of code project proposed by Erik Beerepoot. The mailing list entry is [http://lists.laptop.org/pipermail/gsoc/2008-March/000038.html here]
This wiki page is about a summer of code project proposed by Erik Beerepoot. The mailing list entry is [http://lists.laptop.org/pipermail/gsoc/2008-March/000038.html here]
A pdf version of this proposal is also available [http://beerepoot.org/files/Gsoc/GSOC08-Proposal-ErikEBeerepoot.pdf at my website]
A pdf version of this proposal is also available [http://beerepoot.org/files/Gsoc/GSOC08-Proposal-ErikEBeerepoot.pdf at my website]


== Introduction ==
= Introduction =
This summer of code project proposes to extend Elements, a python wrapper around a 2D physics engine called [http://www.box2d.org box2d]. After extending elements & writing extensive documentation for use with the XO laptop, I will use it to create a physics educational tool called "Play!" - for Physical science Learning And Discovery. "Play!" will provide an intuitive interface for kids to learn elementary physics concepts like Gravity, Projectile motion, Angular motion, and more.
This summer of code project proposes to extend Elements, a python wrapper around a 2D physics engine called [http://www.box2d.org box2d]. After extending elements & writing extensive documentation for use with the XO laptop, I will use it to create a physics educational tool called "Play!" - for Physical science Learning And Discovery. "Play!" will provide an intuitive interface for kids to learn elementary physics concepts like Gravity, Projectile motion, Angular motion, and more.

=Detailed Description=
This project consists of three main parts:
# Extend the elements API
# Document the element API
# Write "Play!"

== Extend the elements API ==

Revision as of 17:20, 1 April 2008

Play - A summer of code project

This wiki page is about a summer of code project proposed by Erik Beerepoot. The mailing list entry is here A pdf version of this proposal is also available at my website

Introduction

This summer of code project proposes to extend Elements, a python wrapper around a 2D physics engine called box2d. After extending elements & writing extensive documentation for use with the XO laptop, I will use it to create a physics educational tool called "Play!" - for Physical science Learning And Discovery. "Play!" will provide an intuitive interface for kids to learn elementary physics concepts like Gravity, Projectile motion, Angular motion, and more.

Detailed Description

This project consists of three main parts:

  1. Extend the elements API
  2. Document the element API
  3. Write "Play!"

Extend the elements API