A numeric simulation of our current solar system.
- Python 3 (I think any version should be fine)
- Numpy (Install with
pip3 install numpy
- You can install the
pip
command withsudo apt install python3-pip
- You can install the
- Navigate to a folder where you want to store the program.
- Use the command
git clone https://github.com/marcusGH/solar-system-simulation.git .
to clone the repository into that folder. - In the same directory as
main.py
run the simulation withpython3 main.py DELTAT
whereDELTAT
is the timestep used in the simulation.
- Use
ASDW
to move about - Zoom in and out using the up and down arrows, respectively.