PhysicsEngine
PhysicsEngine copied to clipboard
Cute little physics engine.
trafficstars
Physics Engine
A cute little Physics Engine and Renderer I've been working on using C++ / OpenGL.
Demos

References
- 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