Skip to content

movimentum/VerletSFML-Multithread

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verlet Multi thread

image

Compilation

CMake needs to be installed. Git needs to be installed as it fetches SFML during cmake build.

Create a build directory

mkdir build
cd build

Configure and build the project

cmake ..
cmake --build .

On Windows it will build in debug by default. To build in release you need to use this command

cmake --build . --config Release

That's it, just run build/bin/Release/Verlet-Multithread.exe (on Windows).

Note, you might want to install SFML manually and add the res directory and the SFML dlls in the Release or Debug directory for the executable to run, as original repository suggests.

About

Multithreaded deterministic minimalist Verlet solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.2%
  • CMake 1.8%