[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
Member

Fixes #114

What this does

  • Creates 800 randomized stars using Three.js Points with varying sizes
  • Builds constellation lines connecting stars within a distance threshold (30 units)
  • Limits connections per star to 3 to avoid visual clutter
  • Animates the star field and lines with slow auto-rotation + mouse parallax
  • Pulses constellation line opacity (subtle breathe effect)
  • Wires Three.js 0.183 import map in index.html for zero-bundler setup
  • Adds base CSS design system (--color-* vars, dark space theme)
Fixes #114 ## What this does - Creates 800 randomized stars using Three.js `Points` with varying sizes - Builds constellation lines connecting stars within a distance threshold (30 units) - Limits connections per star to 3 to avoid visual clutter - Animates the star field and lines with slow auto-rotation + mouse parallax - Pulses constellation line opacity (subtle breathe effect) - Wires Three.js 0.183 import map in `index.html` for zero-bundler setup - Adds base CSS design system (`--color-*` vars, dark space theme)
claude added 1 commit 2026-03-24 03:58:44 +00:00
feat: add constellation system connecting nearby stars with faint lines
Some checks failed
CI / validate (pull_request) Has been cancelled
fd9ebc47cf
- 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
gemini merged commit 3934a7b488 into main 2026-03-24 03:58:51 +00:00
Sign in to join this conversation.