achukka / pybox2d

2D Game Physics for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

pybox2d

2D Game Physics for Python

https://github.com/pybox2d/pybox2d

What is it?

pybox2d is a 2D physics library for your games and simple simulations. It's based on the Box2D library, written in C++. It supports several shape types (circle, polygon, thin line segments), and quite a few joint types (revolute, prismatic, wheel, etc.).

Getting Started

For installation or building instructions, see INSTALL.md. Check out the testbed examples to see what pybox2d can do. Then take a look at the getting started manual located on the pybox2d wiki.

Bugs

Please submit any bugs that you find to the issue tracker.

About

2D Game Physics for Python

License:Other


Languages

Language:C++ 57.9%Language:Python 41.8%Language:C 0.2%Language:Batchfile 0.1%