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
- Host: GitHub
- URL: https://github.com/zesterer/oms
- Owner: zesterer
- Created: 2022-07-04T21:12:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T20:05:26.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T20:52:07.712Z (about 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```