Cloth simulation with Verlet integration, built in C++ and SFML.
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
cd build
./Verlet
- Left-Click to cut
- Press 'R' to reset
Cloth simulation with Verlet integration, built in C++ and SFML.
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
cd build
./Verlet