Hacker News new | ask | show | jobs
by caseywebdev 3359 days ago
I love that you kept the tried and true Box2D API as that'll make porting what I'm working on much easier. I've been using the emscripten version [1] but the automatic port from C++ makes the JS API quite painful at times, especially with the manual memory management that's required to prevent leaks. Thanks for doing this!

[1]: https://github.com/kripken/box2d.js