Skip to content

kivy/cymunk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • C 64.1%
  • Python 17.6%
  • C++ 13.3%
  • Objective-C 4.7%
  • Other 0.3%