Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fyzanshaik/gravitational-simulation
Using gravitational physics through a visually engaging simulation, launching spacecraft in orbital motion around a central planet for interactive learning and fun.
https://github.com/fyzanshaik/gravitational-simulation
Last synced: about 5 hours ago
JSON representation
Using gravitational physics through a visually engaging simulation, launching spacecraft in orbital motion around a central planet for interactive learning and fun.
- Host: GitHub
- URL: https://github.com/fyzanshaik/gravitational-simulation
- Owner: fyzanshaik
- Created: 2023-10-18T06:30:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T06:33:34.000Z (about 1 year ago)
- Last Synced: 2023-10-18T07:33:38.139Z (about 1 year ago)
- Language: Python
- Size: 2.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gravitational-Simulation
Using gravitational physics through a visually engaging simulation, launching spacecraft in orbital motion around a central planet for interactive learning and fun.
# Interactive Gravitational Simulation
This Python project provides an interactive gravitational simulation that lets you explore the principles of gravity and orbital dynamics. You can create and launch spacecraft, observe their orbital motion around a central planet, and learn about the effects of gravitational forces on objects in space.## Getting Started
Follow these steps to download and run the simulation on your local machine.
### Prerequisites
- Python: Make sure you have Python installed. You can download it from [python.org](https://www.python.org/downloads/).
### Installation
# Clone the repository to your local machine
```bash
git clone https://github.com/your-username/interactive-gravitational-simulation.git
```
# Navigate to the project directory
```bash
cd interactive-gravitational-simulation
```
# Install the required library using pip
```bash
pip install pygame
```
# Run the simulation
```bash
python main.py
```