pygame is
pygame.org is
|
pymunk
pymunk - 1.0.0Victor Blomqvist (viblo)Tags:Descriptionpymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python. It is built on top of the very nice 2d physics library Chipmunk, http://code.google.com/p/chipmunk-physics//Chipmunk pymunk visionMake 2d physics easy to include in your game :) It is (or striving to be):
I hope and believe that with the latest release these points are mostly fulfilled and is visible if you use pymunk. (demo/examples and documentation are bundled with the source release)ChangesWith this release pymunk has most features I wanted, follows the latest chipmunk version, has quite good api documentation and is fairly well tested and hopefully quite stable. As such I think it's about time the version is bumped to 1.0.0. As this version is updated to include the new features in chipmunk, and also contain at least one breaking change it is not unlikely that it will break your code. On the other hand, now it has the newest callback system (see Space.add_collision_handler), new joints and other cool stuff that will make it easier and more fun to include 2d physics into your program/game :) Changes from the last release:
Links
ScreenshotReleases
Pygame.org account CommentsIf you wish to leave a comment with your pygame.org account, please sign in first.
|
|