Gravity-Simulator-v1.0-SOURCE
This is the source code for my gravity simulation project. DISCLAIMER: Keep in mind it started out as a simple test. So the code is horribly organized. I am also Norwegian, so some stuff might be in Norwegian. I've tried to make it easier to understand. https://www.youtube.com/channel/UCslIyA4_1rciR3loFI09pZQ
Compiling for Debian
Gravity-Simulator uses the graphics library SFML 2.3.2 and the user interface library TGUI 0.7.
Dependencies
# >> /etc/apt/sources.list <<< "deb http://ppa.launchpad.net/texus/tgui/ubuntu xenial main"
# apt update
# apt install libsfml-dev libtgui-dev
Compile
$ make