c-verlet-simulation

My implementation of a basic physics engine using verlet simulation in C.

Alt Text

Compilation

You'll need to have the SDL2 library installed. The main branch is WIP.

mkdir build && cd build && cmake .. && make 

Credits