I've been watching for a good Box2d javascript port for the last couple years, and so far there's nothing out there that's anywhere close to useable. It's a shame really, since the Flash version is so good. Every port is either a bunch of Regular expressions run against the ActionScript source, or a wacky hand port of a version several years out of date. In either case, as soon as you plug it into anything more compl…
How about box2d via Emscripten? https://github.com/kripken/box2d.js/ In general I agree with your assessment though.
Wow. Actual documentation and working examples. That jumps this one to the top of the pile for sure. Thanks for the link!