Solar_system_simulation_CcpC

Solar System Simulation 3D:

Solar system simulation screenshots

Features:
Controls:
Simulation controls
Spaceship controls:
Requirements:
Environment setup process:

*Create a Conda Environment: “ conda create –name simulation_env python=3.10 “

Directory Structures

Ensure your directory structure is like this: simulation/ ├── textures/ │ └── (all texture files including neptune.tga) ├── README.md ├── graphics.py ├── inceptor.py ├── info.py ├── key_control.py ├── main.py ├── moons.py ├── parameters.py ├── planets.py ├── raphson.py ├── screenshots.jpg ├── spaceship.py ├── update.py └── uvf.py

Running Your Script

Ensure all the necessary modules (planets.py, moons.py, graphics.py, etc.) are in the same directory as your main script (main_script.py). Your texture files should be inside the textures directory.

Run the script:

Make sure you are in the directory where main_script.py is located and your Conda environment is activated. Then, run the script: “ python main_script.py “

Future improvements: