sandsturm / Gravity-Simulator

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.

Home Page:https://www.youtube.com/channel/UCslIyA4_1rciR3loFI09pZQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C++ 77.6%Language:CMake 18.7%Language:C 3.4%Language:Makefile 0.3%