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.
- Host: GitHub
- URL: https://github.com/20tab/pybulletphysics
- Owner: 20tab
- License: mit
- Created: 2014-06-20T13:36:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-08T14:58:12.000Z (almost 12 years ago)
- Last Synced: 2025-04-13T16:12:44.445Z (about 1 year ago)
- Language: C++
- Size: 574 KB
- Stars: 26
- Watchers: 9
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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