Verlet Integration Demo written in C using Raylib. Also includes a minimalistic custom UI.
The only external dependency is raylib which must be installed to build the project Clone the repository and build it how you would build any other raylib project
gcc -o verlet.c src/*.c -lraylib -lgdi32 -lwinmm