An open API service indexing awesome lists of open source software.

https://github.com/20tab/pybulletphysics

A Python wrapper of the Bullet Physics 2.x  library.
https://github.com/20tab/pybulletphysics

Last synced: about 1 year ago
JSON representation

A Python wrapper of the Bullet Physics 2.x  library.

Awesome Lists containing this project

README

          

pybulletphysics
===============

A Python wrapper for the [Bullet Physics](http://bulletphysics.org/) 2.x library. (note that 2.x version was merged into [bullet 3.x repository](https://github.com/bulletphysics/bullet3))

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