JaruSunIndigo / VerletSFML-Multithread

Multithreaded deterministic minimalist Verlet solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 97.4%Language:CMake 2.6%