A cute little Physics Engine and Renderer I've been working on using C++ / OpenGL.
- A lot of the collision detection code comes from Ian Millington's Physics Engine.
- The collision resolution algorithm comes from here.
- Collision reponse formulas come from here.
- Game Physics Engine Development
- Gaffer on Games Physics Articles