PoroCoco / Physics-Engine-Verlet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:C 95.4%Language:CMake 4.3%Language:Batchfile 0.3%