A C++ implementation of a Position-Based Dynamics (PBD) system in a 2D environment.
mkdir build && cd build
cmake ..
makeRun the executable to start the simulation:
./PositionBasedDynamicsDeveloped as part of the Introduction to C++ course at École des Mines de Nancy.