solarsystems 0.0.1

N-body solar system engine — gravitational dynamics, orbital mechanics, perturbations, event detection, and full celestial orchestration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SolarSystems

SolarSystems is the final orchestration crate of the celestial workspace.
It composes stars, planets, and satellites into a complete multi-body system.

## Features

- N-body gravitational orchestration
- Cross-crate celestial composition
- Deterministic simulation entry points

## Quick Start

```bash
cargo build
cargo run
cargo test --all-targets
```