Jared Gholston

Results 20 comments of Jared Gholston

I'm testing with the canvas testbed https://github.com/kripken/box2d.js/blob/master/html5canvas_demo/tests/fallingShapes.js b2CircleShape();

The box2d.js from the repo works fine for me too. It's when I do my own build that the circle doesn't render. > when you say 'axes' you mean the...

@iforce2d thank you for spending the time to look into this. I will give the -O2 approach a shot and hope it doesn't get too slow.

This fix is not working for me either. I tried installing the 3.2 and 3.3 version of LLVM. I followed these instructions manually as well as with brew: https://github.com/kripken/emscripten/wiki/Getting-started-on-Mac-OS-X I'm...

I was finally able to get a emscripten build working on box2d on Ubuntu 14 by following these instructions https://github.com/kripken/emscripten/wiki/LLVM-Backend#getting-fastcomp for setting up LLVM and clang. I followed the exact...

That would probably work. The Crashdumper Browser is setup to track multiple projects so I guess ideally you could pass a project name to the Crashdumper constructor and have it...

crashdumper creates a txt file saved to the device. it does not trace to the log as far as I know, but that would be a nice option.

I assumed @hopewise was referring to the output from logcat.

trace() shows up in logcat on android and ios but I don't think crashdumper is logging when the stack trace is collected, I could be wrong or it might be...

Yeah that would be perfect!