Basic PBD(position based dynamics) implementation using the SFML library in C++.
- SFML library installed.
- A C++ compiler (e.g., g++).
- Make (for building the project).
- prerequisites:
# linux sudo apt install libsfml-dev # mac brew install sfml
- Build the simulation by running:
make all
- Run the executable:
./pbd