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

https://github.com/zesterer/oms

[WIP] Orbital mechanics simulation tool/library
https://github.com/zesterer/oms

Last synced: 3 months ago
JSON representation

[WIP] Orbital mechanics simulation tool/library

Awesome Lists containing this project

README

          

# OMS

An Orbital Mechanics Simulation tool/library. Currently, just a simple N-body simulation with leapfrog integration.

## Planned features

- Account for relativistic effects
- More numerically stable integrator
- Visualiser
- Hardware acceleration
- Condition satisfaction detection (i.e: "how long until the next solar eclipse?")

## Example Solar System

```
cargo run --example solar-system
```