orbit/js/galaxy
Brian Fertig 125b1657ed Add nebula atmosphere and per-system visual effects
- Nebula gas layer: soft coloured cloud sprites at depth 3, tinted with a
  per-system palette color assigned deterministically at galaxy generation
  (SystemGenerator stamps content.atmosphere.color). Only nebula-type
  systems render it; all other types are untouched.
- Ripple effect: a full-screen WebGL composite on the world camera that
  displaces the starfield and world objects while the HUD stays crisp via
  a new UI/world camera split (UiCameras.js). Data-driven per archetype in
  data/systems.json (nebula = ripple, all others = none). Canvas fallback
  degrades to no effect.
- Demo mode: ?fx=<type> URL param retargets the run to the richest system
  of that archetype, fully charted with all gates active, for judging the
  effect in isolation.
- New ice and lava planet art (slots 9–14 in planets.png) replacing the
  placeholder terran/rocky/gas reuse.
- Node test suites for the nebula palette/determinism/cloud texture and
  the ripple math/data contract/shader/facade (50+ checks, bare Node).
2026-09-08 17:41:35 -06:00
..
Discovery.js Add nebula atmosphere and per-system visual effects 2026-09-08 17:41:35 -06:00
FxSystems.js Add nebula atmosphere and per-system visual effects 2026-09-08 17:41:35 -06:00
Galaxy.js Change galaxy layout to a 2:1 field and harden jump-network construction 2026-09-08 14:51:19 -06:00
GalaxyChart.js Add route/destination visualization to map console 2026-09-07 21:48:50 -06:00
JumpNetwork.js Change galaxy layout to a 2:1 field and harden jump-network construction 2026-09-08 14:51:19 -06:00
JumpTravel.js
PlanetFrames.js
Route.js
StationFrames.js Add deep-space station variants with spritesheet art and landing support 2026-09-07 22:23:12 -06:00
SystemChart.js Change galaxy layout to a 2:1 field and harden jump-network construction 2026-09-08 14:51:19 -06:00
SystemGenerator.js Add nebula atmosphere and per-system visual effects 2026-09-08 17:41:35 -06:00
SystemReport.js Compact the system dossier to identity + faction status 2026-09-08 12:07:18 -06:00