Isaac Burns

Results 41 comments of Isaac Burns

@finscn Have you tried this on the C++ version? It sounds like it might not be specific to this port.

Thanks for reporting this; it should be fixed now. I didn't use the pull request because I've had performance issues iterating Map/Set/etc. The fix acts more like the upstream box2d...

Have you tested this in the C++ version? Perhaps you've found something that should be addressed upstream.

@paulrobello @mafsays Is this still the case? If so, can you provide a PR?

It looks like it's an older version of b2FindMaxSeparation; I must have missed that when porting one of the releases. Thanks for letting me know. Let me know if you...

You're right; fixed. Again, thanks for finding these.

Yes; it allows for reporting collisions between kinematic bodies (enabled by default). It's functionally the same, it just brings the body type check into the contact filter. I brought this...

@finscn Are the single-file rollup builds enough for this?

I hadn't considered it. I will look into setting this up.

There is a Node module for using Google Closure projects in Node.js. ``` $ npm install closure ``` ``` javascript // set up closure global.CLOSURE_BASE_PATH = ['google','closure-library','closure','goog',''].join(require('path').sep); require('closure').Closure(global); // load...