Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tito/pybox2d-android
Pybox2D port for android
https://github.com/tito/pybox2d-android
Last synced: about 1 month ago
JSON representation
Pybox2D port for android
- Host: GitHub
- URL: https://github.com/tito/pybox2d-android
- Owner: tito
- License: other
- Created: 2011-12-27T01:30:41.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-27T01:43:18.000Z (almost 13 years ago)
- Last Synced: 2024-10-03T11:33:22.817Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 981 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
pybox2d
2D Game Physics for Python
http://pybox2d.googlecode.com/What is it?
-----------pybox2d is a 2D physics library for your games and simulation. 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 building instructions, see INSTALL or the wiki on the homepage. Once
installed, check out the testbed demos to see what pybox2d can do (located in
examples/ ). Then read the manual located on the pybox2d wiki, here:http://code.google.com/p/pybox2d/wiki/GettingStartedManual
On the wiki, you will also find more useful things of varying quality.
Here's the epydoc documentation:http://pybox2d.googlecode.com/svn/doc/epydoc/index.html
It's by no means perfect, but it can come in handy.
Bugs
----Please submit any bugs that you find to:
http://code.google.com/p/pybox2d/issues/list
Contact
-------You can contact me on the Box2D forums:
http://www.box2d.org/forum/
or by e-mail:
sirkne at gmail com