bulletphysics

python wrapper for bulletphysics library


License
MIT
Install
pip install bulletphysics==0.1

Documentation

pybulletphysics

A Python wrapper for the Bullet Physics 2.x library. (note that 2.x version was merged into bullet 3.x repository)

Installation

At the command line:

$ git clone https://github.com/20tab/pybulletphysics.git

enter into the directory and run setup.py:

$ python setup.py install

Tests

to run the tests run:

$ python tests/run_all.py