[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] pymunk 4.0.0 released!



pymunk 4.0.0 has been released.

pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python. Perfect when you need 2d physics in your game, demo or other application! It is built on top of the very nice 2d physics library Chipmunk.

This release is milestone in the history of pymunk, its now over 5 years old! (3.5 years since I announced the 1.0 version in this list)

The new version contains many improvements over the previous and its now more polished than ever!

3 notable improvements:
* Simplified API
* Segment to segment collisions, poly radius
* Easy drawing with pyglet (drawing with pygame was available already in v3.0!)

Full release notes and other documentation is available at http://www.pymunk.org
Download with pip/easy_install or at https://code.google.com/p/pymunk/downloads/list

/Victor