Skip to content

2D Simulation of Multi-Body Orbital Dynamics (Solar System Simulator)

Notifications You must be signed in to change notification settings

manumerous/OrbiSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

2D Simulation of Multi-Body Orbital Dynamics (Solar System Simulator)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published