Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 802 Bytes

File metadata and controls

16 lines (13 loc) · 802 Bytes

Box2d Web

A collection of demos for the Pixel Lab Box2d port.

To get it running on our machine

  • 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.
    • The files are in place to make Rack and Bundler happy.
  • If you want to compile the code, you'll probably want to install kbuild.

Notes