Skip to content

springtangent/pypybox2d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypybox2d
---------
Pure Python physics
http://pybox2d.blogspot.com/

If you want the truly pure Python version, set build_cext to False in setup.py.
Otherwise, installation will require a working C compiler.

Installation:
> python setup.py install
Alternatively, you can copy the pypybox2d directory into testbed or examples and it should
also work.

Examples in testbed (requires pygame). 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.4%
  • C 10.6%