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
pipcommand 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.pyrun the simulation withpython3 main.py DELTATwhereDELTATis the timestep used in the simulation.
- Use
ASDWto move about - Zoom in and out using the up and down arrows, respectively.