• Stars
    star
    107
  • Rank 323,086 (Top 7 %)
  • Language
    C++
  • License
    MIT License
  • Created over 8 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is the source code for my gravity simulation project. DISCLAIMER: Keep in mind it started out as a simple test when I was learning C++ in university. 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.

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