moonpyx / cymunk

Cython port of Pymunk

Home Page:http://readthedocs.org/docs/cymunk/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Cython port of Pymunk

http://readthedocs.org/docs/cymunk/en/latest/

License:MIT License


Languages

Language:C 63.9%Language:Python 17.6%Language:C++ 13.3%Language:Objective-C 4.7%Language:CMake 0.3%Language:Makefile 0.0%