Implementation of a customizable, to scale, N-Body simulation using C++ and SFML 3.0
Uses the Verlet integration method
Create a custom JSON file or use a preexisting one
CLI soon
- C++ compiler (gcc, g++, cl, clang)
- CMake 3.28 or newer
git clone https://github.com/Corentin-Mzr/nbody-cppFrom the root folder, execute the following commands
cmake -B build
cmake --build buildTo run the program, launch it from the build/bin folder
cd build/bin
./NBody.exe


