This program uses Kepler's laws of planetary motion to give a simplistic simulation of the solar system.
-
Eliptical orbits
-
N-Body physics
-
Planet info
There are a few things that you need to do to build this program.
1.You are going to need to install the SFML library.
2.You are going to have to place the font of your choice inside the same file as the executable
1.When linking the C++ object file to the exe you are going to need to use the following additional args
g++ ~/Path/to/object/file.o -o ~/path/to/exe -lsfml-graphics -lsfml-window -lsfml-system