Python Physics
Jump to navigation
Jump to search
Simulating physical behavior is both interesting and exciting for games, education and playful learning. There are a few open source 2D physics engines out there, and for 2D the two most advanced engines are box2d and chipmunk (originally based on Box2D). Both have python bindings (see pymunk and pybox2d). Work is in progress on an API Elements for easy usage in pygame, with a focus on olpc and the XO laptop.
Links:
- Physic Engines (comparison)
- Elements An engine based on pybox2d, making physics quick and easy to implement (previously called 'Pymunx')
- pybox2d Box2D bindings for Python
- Chipmunk Physics Engine (Screenshots)
- pymunk (Forum) Chipmunk bindings for Python
YouTube Videos:
- Chipmunk: Domino Pyramid, Domino Stash
- Pseudo Fluid (with lots of circles) - post
- Sketching (MIT) very nice, non-free physics thingy (pymunx getting closer and closer :)
- Crayon Physics Deluxe (really nice physics game)