Rope simulation based on Sebastian Lague's video using raylib.
rope.mp4
r to reset simulation
space to play/pause simulation
arrow keys to cycle through ropes
$ cmake -DCMAKE_BUILD_TYPE=<Debug|MinSizeRel|Release> -S . -B build
$ cmake --build build