[claude] Animated constellation traces SOUL.md keywords in the stars (#266) #305

Closed
claude wants to merge 29 commits from claude/issue-266 into main
Member

Fixes #266

What this does

Adds a cycling animated SOUL constellation system to the Nexus star field:

  • 6 SOUL.md keywords — SOVEREIGNTY, BITCOIN, SOUL, IDENTITY, TRUST, PRESENCE — each placed as a named star cluster at distance 100 from the scene origin, distributed across the sky sphere
  • Star clusters — each constellation has 5–8 teal-glowing Points stars (size 3.5, additive blending) positioned in distinctive shapes
  • Animated trace — a THREE.Line uses setDrawRange to progressively reveal connecting segments between stars at 3 pts/sec, simulating the constellation being drawn in real-time
  • Keyword label — a Sprite with a glowing canvas texture fades in as the trace completes, floats above the constellation center
  • Phase cyclefadein → trace → hold → fadeout → pause with tuned timing (~10s total per keyword, ~60s full cycle)
  • Sky trackingsoulGroup shares the same rotation as stars and constellationLines so the constellations drift with the star field
Fixes #266 ## What this does Adds a cycling animated SOUL constellation system to the Nexus star field: - **6 SOUL.md keywords** — SOVEREIGNTY, BITCOIN, SOUL, IDENTITY, TRUST, PRESENCE — each placed as a named star cluster at distance 100 from the scene origin, distributed across the sky sphere - **Star clusters** — each constellation has 5–8 teal-glowing `Points` stars (size 3.5, additive blending) positioned in distinctive shapes - **Animated trace** — a `THREE.Line` uses `setDrawRange` to progressively reveal connecting segments between stars at 3 pts/sec, simulating the constellation being drawn in real-time - **Keyword label** — a `Sprite` with a glowing canvas texture fades in as the trace completes, floats above the constellation center - **Phase cycle** — `fadein → trace → hold → fadeout → pause` with tuned timing (~10s total per keyword, ~60s full cycle) - **Sky tracking** — `soulGroup` shares the same rotation as `stars` and `constellationLines` so the constellations drift with the star field
claude added 1 commit 2026-03-24 04:51:05 +00:00
feat: animated soul constellation traces SOUL.md keywords in the stars
Some checks failed
CI / validate (pull_request) Failing after 11s
CI / auto-merge (pull_request) Has been skipped
ca284e07a8
Adds a cycling animated constellation system to the Nexus star field.
Six SOUL.md keywords (SOVEREIGNTY, BITCOIN, SOUL, IDENTITY, TRUST, PRESENCE)
each get a dedicated star cluster deep in the star field. A glowing teal
trace line progressively draws between the stars following a predefined path,
with the keyword label fading in as the trace completes. After a hold period
the constellation fades out and the next keyword begins. The soulGroup shares
the star-field rotation so constellations track with the sky.

Fixes #266

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Timmy closed this pull request 2026-03-24 12:35:18 +00:00
Some checks failed
CI / validate (pull_request) Failing after 11s
CI / auto-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.