https://github.com/tgross03/orbital_simulation
A python based boiler-plate simulation for n-body gravity simulations.
https://github.com/tgross03/orbital_simulation
astronomy orbital-mechanics physics python simulation
Last synced: 12 months ago
JSON representation
A python based boiler-plate simulation for n-body gravity simulations.
- Host: GitHub
- URL: https://github.com/tgross03/orbital_simulation
- Owner: tgross03
- License: mit
- Created: 2025-05-11T15:20:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-09T22:26:04.000Z (about 1 year ago)
- Last Synced: 2025-06-19T18:48:19.186Z (about 1 year ago)
- Topics: astronomy, orbital-mechanics, physics, python, simulation
- Language: Python
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Orbital Simulation
A python based boiler-plate simulation for n-body gravity simulations.
## Installation
To install the package, you will need to execute the following command inside project directory.
```bash
$ pip install -e .
```
This will install all required packages into your local environment.
## Examples
There are multiple examples in the [`examples`](https://github.com/tgross03/orbital_simulation/tree/main/examples) directory of
the project. These come in form of Jupyer Notebooks which generate animations.
https://github.com/user-attachments/assets/397e1a47-b546-4f05-bb60-e4117f55a924
https://github.com/user-attachments/assets/d0399178-c75b-42eb-9c91-c2a0cd8a71e9
https://github.com/user-attachments/assets/34c8d066-b104-4476-b04f-cd31998622bf
https://github.com/user-attachments/assets/80909e59-5cd7-4bb3-a84b-fefa01bd9d54
https://github.com/user-attachments/assets/df748ecf-12d3-4151-9418-8f6cc68d0b38