2D Physics Engine in C++
Handle multiple contact points between objectsUse AABB's to speed up object pair detectionImplement an AABB treeCalculate contact forces- Freeze stationary objects
- Implement friction
- Switch to using fixed point numbers (?)