Top "Physics-engine" questions

A physics engine is computer software that provides an approximate simulation of certain physical systems, such as rigid body dynamics (including collision detection), soft body dynamics, and fluid dynamics, of use in the domains of computer graphics, video games and film.

What are the best engines for a 2D indie game?

What are the best engines for a (small) indie game? I am interested in info about how much does it …

c++ physics-engine
Bullet vs Newton Game Dynamics vs ODE physics engines

I am trying to pick a physics engine for a simple software application. It would be to simulate a rather …

c++ comparison physics simulation physics-engine
Are there any decent physics engines for Android?

I've looked around for a physics engine that will play nicely with Android, but I've only been disappointed. In terms …

android physics-engine
android physics engine

After looking into 3D game programming, it quickly became evident why a physics engine could be extremely useful. What physics …

android physics-engine
How to stop the forces acting on a body in box2d

I am using box2d on the iphone to create a game. I have a body that is effected by …

iphone xcode cocos2d-iphone box2d physics-engine
Slick2D and JBox2D. How to draw

Before asking this i did A LOT of searching on the net. I just can't do it. It's a little …

java physics-engine slick2d jbox2d
How to apply rotation to a body in Bullet Physics Engine?

I have rotation values (roll, pitch, yaw). I would like to apply that rotation to a body, but I have …

rotation physics-engine bullet bulletphysics
C# Libraries Node Edge Graphs

I want to write a program that produces force directed node-edge graphs similar to this video. What are some good …

c# .net graphics graph physics-engine
How fast is PhysX on GPU compared to physics engines on CPU?

I have an application that is written to use the Bullet physics engine. I am running it on an Intel …

gpu game-physics physics-engine bulletphysics physx
How does a physics engine actually simulate physics?

This question may be a stupid question, but I'm really curious. After playing games like HL2, GMod, or Angry Bird, …

physics-engine