Skip to content

johnBuffer / VerletSFML repo with Visual Studio support

License

Notifications You must be signed in to change notification settings

ataberkaslan/VerletSimulation

Repository files navigation

Verlet Simulation

This project is a naive example of a simple physics engine using the Verlet integration.

Installation

In first build Visual Studio will throw error in runtime. To solve the error:

  • Copy SFML debug dll files into the x64/Debug and SFML dll files into the x64/Release folder.
  • You can find files in SFML download page.
  • Download the .zip file and you can find dlls in ./bin folder. Files that ends with -d.dll are debug dll files.
  • You must also copy openal.dll file into the folders.

Credits

Original Repository: johnBuffer / VerletSFML

About

johnBuffer / VerletSFML repo with Visual Studio support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published