Skip to content

jcole/easelBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EaselBox is a Javascript wrapper for the EaselJS canvas rendering library and the Box2dWeb physics engine. It makes it easy to create objects that have Box2d’s physics, as well as Easel’s powerful rendering capabilities.

EaselBox adds convenience methods to create those objects, as well as giving you direct access to the underlying EaselJS and Box2dWeb entities if you’d like to manipulate them directly.

jeff-cole-projects.herokuapp.com/easel_box2d

cd server
npm install
node app.js  
open browser to http://localhost:3000

In addition to your own JS files, you need to require the following:

easel.js
Box2dWeb-2.1.a.3.min.js (or later)
easelBox.js
cake build

EaselJS API easeljs.com/docs/

Box2dWeb code.google.com/p/box2dweb/

Box2d API www.box2dflash.org/docs/2.1a/reference/

About

A Javascript wrapper for integrating EaselJS rendering and the Box2dWeb physics engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published