A collection of demos for the Pixel Lab Box2d port.
- Clone the project locally
git clone git://github.com/thinkpixellab/box2dWeb.git
- Make sure you sync all of the git submodules.
git submodule update --init
- You'll likely want to have a static web server running out of the root directory.
- If you want to compile the code, you'll probably want to install kbuild.
- Visit the demo web site to see how it works.
- Check out the Box2d code on Github.