solargod/README.md
m3ultra cfdb0d6252 🌞 genesis: SOLARGOD brief — the solar system gets its instrument (fable)
Full execution spec for Opus 4.8: Three.js compressed-scale explorer on
GODSIGH's architecture DNA. Authoritative JPL Standish element tables,
Horizons ground-truth verification gates, 7 stages GENESIS→RESONANCE.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 23:15:17 +10:00

30 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SOLARGOD ▸ Solar System View
A browser-based **compressed-scale 3D solar system explorer** — real ephemerides,
scrubbable time across centuries, jump-to-orbit navigation, and live layers for
deep-space probes, asteroids, and comets. Sibling of
[GODSIGH](../GODSIGH/README.md), which watches Earth; SOLARGOD watches everything
else. Everything runs client-side from free, public, keyless data.
**Status: pre-build.** The full spec lives in [SOLARGOD_BRIEF.md](SOLARGOD_BRIEF.md).
## Quickstart (once built)
```sh
python3 serve.py
# open http://127.0.0.1:8147
```
## Planned layers
| Layer | Source | Notes |
|---|---|---|
| **Planets** | JPL Keplerian elements (Standish) | computed locally, no network — scrub 18002050 |
| **Moons & rings** | JPL SSD satellite elements | 21 major moons, Saturn/Uranus rings |
| **Spacecraft** | JPL Horizons | Voyagers, New Horizons, JWST, Parker — where they are *now* |
| **Asteroids** | JPL SBDB | real main-belt sample + NEO close approaches (CNEOS CAD) |
| **Comets** | JPL SBDB | Halley & friends, full orbits, 1/r² tails |
MEGA mode compresses distances so the whole system is one readable view;
TRUE mode animates it back out to its real, humbling emptiness.