An open API service indexing awesome lists of open source software.

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.

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