This project is a naive example of a simple physics engine using the Verlet integration.
In first build Visual Studio will throw error in runtime. To solve the error:
- Copy SFML debug dll files into the
x64/Debugand SFML dll files into thex64/Releasefolder. - You can find files in SFML download page.
- Download the .zip file and you can find dlls in
./binfolder. Files that ends with-d.dllare debug dll files. - You must also copy
openal.dllfile into the folders.
Original Repository: johnBuffer / VerletSFML