[A more up-to-date version of Box2d in Javascript.][link]
[link]: http://code.google.com/p/box2dweb/ “box2dweb – Box2DFlash port to javascript – Google Project Hosting”
Related Posts
box2dweb – Another Box2dFlash Port for Javascript
[This one uses the even newer Box2d 2.1.][link] It, [like the previously mentioned port][prev], is extremely short on documentation aside from the standard Box2d docs. [link]: http://code.google.com/p/box2dweb/ “box2dweb – Project Hosting on Google Code” [prev]: http://extrafuture.com/2010/08/28/box2dflash-2-0-javascript-port/ “Previously mentioned Box2d Flash 2.0 Javascript Port”...
[A much cleaner and more highly optimized version of Box2d done in Javascript than I’ve covered previously.][link] [link]: http://box2d.thinkpixellab.com/ “Box2d – by Pixel Lab”...
Yet Another Box2D Javascript Port
[Being an optimized version][link] of the [original Box2d-JS port][orig], which is based on Box2d 1.4. Does your head hurt yet? This version depends on jQuery instead of Prototype, and uses SVG instead of the Canvas tag. [Check out the demo.][demo] [link]: http://github.com/hrj/box2d-js “hrj’s box2d-js at master – GitHub” [demo]: http://lavadip.com/box2d_demo/index.html “Box2d Demo” [orig]: http://box2d-js.sourceforge.net/ “Original […]...