Skip to content

This program uses Kepler's laws of planetary motion to give a simplistic simulation of the solar system

Notifications You must be signed in to change notification settings

Thom-ASM/SolarSystemSim

Repository files navigation

SolarSystemSim

This program uses Kepler's laws of planetary motion to give a simplistic simulation of the solar system.

Things I want to add:

  1. Eliptical orbits

  2. N-Body physics

  3. Planet info

How to build

There are a few things that you need to do to build this program.

-All operating systems

1.You are going to need to install the SFML library.

2.You are going to have to place the font of your choice inside the same file as the executable

-Linux

1.When linking the C++ object file to the exe you are going to need to use the following additional args

g++ ~/Path/to/object/file.o -o ~/path/to/exe -lsfml-graphics -lsfml-window -lsfml-system

About

This program uses Kepler's laws of planetary motion to give a simplistic simulation of the solar system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages