A simple verlet physics engine written in C++. Additionally supports collision detection and resolution between convex polygons and circles.
git clone https://github.com/freddie-nelson/cpp-verlet-physics
cd cpp-verlet-physics
./prod.bat
- g++
- cmake
- SDL2, SDL2_ttf
# clone repo
git clone https://github.com/freddie-nelson/cpp-verlet-physics
cd cpp-verlet-physics
./dev.bat
Copyright © 2020 - Present, Freddie Nelson