|
Project Information
Featured
Links
|
pybox2d2D physics library for Python under the very liberal zlib license. NewsMoving to GitHubThe pybox2d project has been moved to GitHub. 2013/2/9: 2.3b02.3b0 is available on the Downloads page and on PyPi (this corresponds to Box2D r253). I also wrote an OpenCV example based on this paper. Check it out and see if you can come up with some nice results. 2011/5/20: Pure Python portAs a proof of concept, I wrote a pure Python version of Box2D. Without SWIG, it's much cleaner than pybox2d, but it's also much slower. Check it out on the SVN and help me improve it! 2011/2/26: The move to 2.1...After some months of inactivity and hesitation, the 2.1 test branch has been moved into the main trunk. There will be more details sometime soon on the development blog. For those who wish to still access the old 2.0.2 svn, it is available at: svn co https://pybox2d.googlecode.com/svn/branches/box2d_2.0 2009/2/25: Release2.0.2b1 Released. Lots of changes since the last version. See all of the changes in this post here, along with some other important code change notes there. Be sure to download the testbed, which includes all of the examples, in addition to the library itself as it is no longer included in the installer. 2008/10/23: Release2.0.2b0 Released. OS X and win32 installers in the downloads section along with a full source release. Changes here: Changes OS X and win32 installer notes |