pymunk 3 released!
For those of you who think about making a 2d physics game Im happy to announce that pymunk 3.0.0 was released today.It contain many improvements from the previous versions. 4 highlights extra interesting for pyweek:
- Tested on Windows, Linux (32/64 bit) and OSX (32/64bit), both Python 2.x and 3.x
- New draw module to help with pygame prototyping
- Several new and interesting examples added
- Big cleanup and general improvement of the documentation
You will find it at its new homepage: http://www.pymunk.org (also installable with pip install)