mtsamis

Results 6 comments of mtsamis

Hi @aismann ! Unfortunately there are some breaking changes and incompatibilities with the original box2D, but only where it was necessary to provide superior performance. The chain shape is one...

Hi, thanks for the detailed summary. In general the broadphase detector will use slightly different algorithms depending on the ratio of dynamic to static bodies because then it can do...

Do you have a test case / example that can reproduce that?

Yes this makes some sense; after having a look at it I think that the way `b2World::RemoveDeadContacts` works is incorrect when combined with how contact destruction logic. I believe the...

Thanks for the detailed report! I’ll see if I can reproduce that (on Linux) and try to fix it

The reason is that Box2D in general doesn't accept code contibutions for features or enchancements. It is mentioned in the README (See [Contributing](https://github.com/erincatto/box2d?tab=readme-ov-file#contributing)). My goal was to explore ideas that...