Another JavaScript physics engine
On the Google Code, another port of the well-known Box2D physical engine on JS appeared - box2dweb (there is a demo here). The author says that a ported version of Box2dJs already exists , but it has not been updated for a long time, so you have to import a large number of JS libraries into each project.
In addition to the two mentioned, today the list of JavaScript physics libraries looks like this:
github.com/thinkpixellab/box2d - the Box2D port processed by the Closure Compiler on JS
code.google.com/p/bulletjs - the fragment port of the JBullet Java library (http: / /jbullet.advel.cz/)
github.com/supereggbert/JigLibJS - JigLib port on JS
github.com/hapticdata/toxiclibsjs - port of Toxiclibs VerletPhysics on JS
github.com/kripken/ammo.js - port Bullet on JS
In addition to the two mentioned, today the list of JavaScript physics libraries looks like this:
github.com/thinkpixellab/box2d - the Box2D port processed by the Closure Compiler on JS
code.google.com/p/bulletjs - the fragment port of the JBullet Java library (http: / /jbullet.advel.cz/)
github.com/supereggbert/JigLibJS - JigLib port on JS
github.com/hapticdata/toxiclibsjs - port of Toxiclibs VerletPhysics on JS
github.com/kripken/ammo.js - port Bullet on JS