kripken / box2d.js

Port of Box2D to JavaScript using Emscripten
1.32k stars 198 forks source link

MICAH: box2d rebuild on OS X. #55

Closed mlogan closed 10 years ago

mlogan commented 10 years ago

I have a pretty significant optimization to box2d that I'd like to make. Before I can test it, I need to establish that I can build a box2d.js file that performs as well as the one from https://github.com/kripken/box2d.js without any new code. (Early attempts to build the file resulted in much worse performance.)