Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 708 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 708 Bytes

OrbiSim

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.

Dependencies:

sfml 2.4.2
Eigen 3.3.7

Install the dependencies as Linux Debian Packages:

sudo apt-get install libsfml-dev
sudo apt-get install libeigen3-dev

Build the code using cmake:

Execute the following command in the build folder
cmake ..
make clean
make
You may then run the programm by using:
./OrbiSim

Links:

https://www.sfml-dev.org/tutorials/2.5/start-linux.php