Physics engines: Difference between revisions
Jump to navigation
Jump to search
Crazy-chris (talk | contribs) mNo edit summary |
Crazy-chris (talk | contribs) m (+libsize) |
||
Line 31: | Line 31: | ||
| C++ |
| C++ |
||
| C++ |
| C++ |
||
|- |
|||
| '''Library Size''' |
|||
| 48 kb |
|||
| 1.7 mb |
|||
| ~ 1.5 mb |
|||
|- |
|- |
||
| '''Python Bindings''' |
| '''Python Bindings''' |
||
Line 47: | Line 52: | ||
| Feature-Rich |
| Feature-Rich |
||
|- |
|- |
||
|} |
|} |
Revision as of 21:51, 13 March 2008
This is a short comparison of 2d physics engines.
Chipmunk | Box2d | Phun | |
---|---|---|---|
License | MIT | zlib | Proprietary |
Forums | [1] | [2] | [3] |
irc.freenode.net | #pymunk | #box2d | - |
Latest Release | March 08 | March 08 | March 08 |
Language | C | C++ | C++ |
Library Size | 48 kb | 1.7 mb | ~ 1.5 mb |
Python Bindings | pymunk | - | - |
XO Compatible | yes (with max. 20 elements) | probably (not tested - no makefile) | not yet (only with OpenGL) |
Notes | Fast | Feature-Rich | Feature-Rich |