thinkpixellab / box2dWeb

A demo of the box2d physics code in the Pixel Lab 'pl' javascript library.

Home Page:http://box2d.thinkpixellab.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A demo of the box2d physics code in the Pixel Lab 'pl' javascript library.

http://box2d.thinkpixellab.com/


Languages

Language:JavaScript 97.6%Language:Ruby 2.4%