A simply 2d physics engine which simulates motion, gravity and collisions between bodies.
This project was inspired by a youtube video by Pezzza's Work (video here) and a playlist by Two-Bit Coding (playlist here). Check them out for a physics engine made using C++ and C#.
Note: Only circle bodies are supported at the moment. Probably will add box bodies too.