An N-body simulation approximates the motion of particles, often specifically particles that interact with one another through some type of physical forces.
Project uses C++17 along with Qt5 and OpenGL 4.1. Read about following:
./make.sh
mkdir bin
cd bin
cmake ../
make
The project using LLVM coding style and clang-format
is used to format the project. In order to format the whole
project, do the following:
clang-format -i **/*.cpp **/*.h