I am using JavaScript with images, SVG, canvas or pure HTML and CSS.
A:
Another Javascript port of Box2d has popped up: Box2dWeb
Based on the demos on the two sites, it doesn't look like it performs as well as Box2DJS, but if you don't mind the performance hit it seems to have a few advantages over Box2dJS:
- It is packaged in a single file (Box2dJS has tons of files)
- It doesn't appear to have any external dependencies (Box2dJS requires prototype)
- It claims to be generated from a newer version of Box2dAS
It also looks like Box2DWeb doesn't work in IE, so that might be an issue.
Chris Jaynes
2010-10-01 20:33:58