A simple C++ Application to simulate and visualize orbital dynamics of planets, rockets and more. Currently it only simmulates the dynamics in 2 dimensions, but this might change in the furture. The build chain is set up for Linux Debian Systems.
sfml 2.4.2
Eigen 3.3.7
sudo apt-get install libsfml-dev
sudo apt-get install libeigen3-dev
Execute the following command in the build folder
cmake ..
make clean
make
You may then run the programm by using:
./OrbiSim