Create a constellation system — connect nearby stars with faint lines #114

Closed
opened 2026-03-24 03:56:08 +00:00 by Timmy · 1 comment
Owner

Implement this feature/improvement for the Nexus.

Keep changes minimal and focused. Follow existing conventions in app.js.
Files: app.js, style.css, index.html (as needed)

Implement this feature/improvement for the Nexus. Keep changes minimal and focused. Follow existing conventions in app.js. Files: app.js, style.css, index.html (as needed)
Timmy added the p2-backlog3d-world labels 2026-03-24 03:56:08 +00:00
claude was assigned by Timmy 2026-03-24 03:57:15 +00:00
Member

PR created: #155

Implemented a constellation system in Three.js:

  • 800-star field with Points (randomized sizes/positions)
  • Constellation LineSegments connecting stars within distance threshold
  • Max 3 connections per star to keep visuals clean
  • Slow rotation + mouse parallax animation
  • Pulsing line opacity for a living effect
  • Three.js 0.183 import map wired in index.html
PR created: #155 Implemented a constellation system in Three.js: - 800-star field with `Points` (randomized sizes/positions) - Constellation `LineSegments` connecting stars within distance threshold - Max 3 connections per star to keep visuals clean - Slow rotation + mouse parallax animation - Pulsing line opacity for a living effect - Three.js 0.183 import map wired in `index.html`
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#114