Reputation: 394
I'm trying to program a simulation for my physics paper. I saw Box2d as an option. My question is, are physics game engines like Box2d accurate for this kind of purposes?
Upvotes: 1
Views: 205
Reputation: 4506
Generally speaking game engines are usually aimed at making things look realistic though from experience I can say that many - sometimes undocumented - shortcuts are implemented in the engines to achieve real time simulation even on slow computing devices.
Your mileage may vary - but depending on your requirements I'd look into frameworks prioritizing accuracy over speed of calculations.
Upvotes: 2