Search code examples
androidiosmobilegame-physicsphysics-engine

2d Physics engine for bridge constructor game


I'm looking for a 2d physics engine for mobile platforms (iOS, Android), which will allow me to create a bridge constructor game.

Please point me in the right direction.

Edit:

I think the engine should support tension (bridge parts may "break" depending on forces which apply to them). Also joints may "break" as well. So my question is there an engine, which provides these, or do I have to write this logic by myself?


Solution

  • "You can get the reaction force and torque off the joint. You can query these forces after each time step and destroy the joint when your threshold is exceeded." - Quote from Erin Catto, the creator of box2d!

    http://www.box2d.org/forum/viewtopic.php?f=3&t=1079