Skip to content

Solar system visualization with camera movement, planet info and time-warping

Notifications You must be signed in to change notification settings

starswaterbrook/solar-system-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License Python Version GitHub issues

icon

Solar System Simulation

A small project recreating and simulating our solar system with real-life distances, radiuses and masses.
Explore readme »

Go to issues »

Installation

This project requires Python and Pygame.

  1. Clone the repository:
    git clone https://github.com/mwkm00/solar-system-simulation.git
  2. Install Python:
    sudo apt install python3
    (optional) install a fresh Python Virtual Enviroment:
    python -m venv .venv
  3. Install pygame:
    pip install pygame
    or if you want the recommended version for the project:
    pip install -r requirements.txt

(back to top)

Usage

Run the project:

python solar-sim.py

Use the WASD keys to move the camera
Press H to show the help menu while running.

Screenshots

icon icon icon

(back to top)

License

Distributed under the MIT License.

(back to top)

About

Solar system visualization with camera movement, planet info and time-warping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages