Elements: Difference between revisions
Jump to navigation
Jump to search
Crazy-chris (talk | contribs) m (New page: Image:Elements_banner1.jpg The ''Elements'' project is all about '''free and easy 2D physics''' -- with main attention on: # An easy-to-use 2D Physics API for Python # Examples and D...) |
Crazy-chris (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
<div style="float:right">__TOC__</div> |
|||
[[Image:Elements_banner1.jpg]] |
[[Image:Elements_banner1.jpg]] |
||
== About == |
|||
The ''Elements'' project is all about '''free and easy 2D physics''' -- with main attention on: |
The ''Elements'' project is all about '''free and easy 2D physics for python''' -- with main attention on: |
||
# An easy-to-use 2D |
# An '''easy-to-use''', fast 2D physics API |
||
# Examples and |
# Examples and documentation on how to use the API |
||
# Speed (also for the XO Laptop) |
|||
# Providing the examples as bundles, as they are already interesting and fun |
|||
# Speed optimization (also with an eye on the XO laptop :) |
|||
# Development of ideas for education and playful-learning |
# Development of ideas for education and playful-learning |
||
:Elements.zip | Elements.xo | [[Elements/Documentation|Documentation]] | [[Elements/Examples|Examples]] | Screenshots | Videos |
|||
⚫ | |||
⚫ | |||
* IRC: #elements on irc.freenode.net |
* IRC: #elements on irc.freenode.net |
||
* Project started by [[User:Crazy-chris|Chris Hager]], March 2008. Source-Code is GPL licensed - so do with it what you want! Even eat it :) |
* Project started by [[User:Crazy-chris|Chris Hager]], March 2008. Source-Code is GPL licensed - so do with it what you want! Even eat it :) |
||
Line 16: | Line 22: | ||
* Communication to the chipmunk library is done via the pymunk ctypes bindings (by Victor Blomqvist.) |
* Communication to the chipmunk library is done via the pymunk ctypes bindings (by Victor Blomqvist.) |
||
* A lively and open development and support team is having fun improving and helping out :) |
* A lively and open development and support team is having fun improving and helping out :) |
||
* <big>[[Elements/API]]</big> |
|||
== Download == |
|||
== Documentation == |
|||
== Examples == |
|||
== Screenshots == |
|||
== Videos == |
Revision as of 17:46, 12 March 2008
About
The Elements project is all about free and easy 2D physics for python -- with main attention on:
- An easy-to-use, fast 2D physics API
- Examples and documentation on how to use the API
- Providing the examples as bundles, as they are already interesting and fun
- Speed optimization (also with an eye on the XO laptop :)
- Development of ideas for education and playful-learning
- Elements.zip | Elements.xo | Documentation | Examples | Screenshots | Videos
More Informations
- IRC: #elements on irc.freenode.net
- Project started by Chris Hager, March 2008. Source-Code is GPL licensed - so do with it what you want! Even eat it :)
- The Elements project derived from pymunx, which started as examples for pymunk and is growing up to a real physics api for python
- The 2D physics is handled by the chipmunk physics engine (written in C by ...)
- Communication to the chipmunk library is done via the pymunk ctypes bindings (by Victor Blomqvist.)
- A lively and open development and support team is having fun improving and helping out :)