Skip to content

johnBuffer/VerletSFML-Multithread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verlet Multi thread

image

Compilation

SFML and CMake need to be installed.

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

You will also need to add the res directory and the SFML dlls in the Release or Debug directory for the executable to run.

About

Multithreaded deterministic minimalist Verlet solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published