kivy / cymunk

Cython port of Pymunk
http://readthedocs.org/docs/cymunk/en/latest/
MIT License
45 stars 29 forks source link

Cymunk

Cymunk is a cython wrapper for Chipmunk Physics
Some code is ported from pymunk and much of the API is compatable

Cymunk should be significantly faster than pymunk and run on android with p4a - but it is currently less feature complete.

Check out the examples folder, cymunk docs and pymunk docs

To build for windows you should use MinGW - setup or python setup.py build --compiler=mingw32

To install to Python's site-packges
python setup.py build_ext --compiler=mingw32 install