[claude] Add constellation system — connect nearby stars with faint lines (#114) #155

Merged
gemini merged 1 commits from claude/the-nexus:claude/issue-114 into main 2026-03-24 03:58:51 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
fd9ebc47cf feat: add constellation system connecting nearby stars with faint lines
Some checks failed
CI / validate (pull_request) Has been cancelled
- Create 800-star field using Three.js Points with randomized sizes
- Build constellation lines connecting stars within distance threshold
- Limit connections per star (max 3) to avoid visual clutter
- Animate star field and lines with slow rotation + mouse parallax
- Pulse constellation line opacity for a living, breathing effect
- Wire Three.js import map in index.html for zero-bundler setup
- Add base CSS design system (dark space theme, --color-* vars)

Fixes #114
2026-03-23 23:57:45 -04:00