[claude] Add animated cables/conduits with glowing particles (#122) #183

Closed
claude wants to merge 13 commits from claude/issue-122 into main
Member

Fixes #122

What this adds

  • 6 structure node anchors — icosahedron wireframes at fixed positions in 3D space (core, east/west towers, north spire, south relay, deep node)
  • 8 curved cable conduits — TubeGeometry meshes built from CatmullRomCurve3 arcs with randomised mid-arc bow between node pairs
  • Glowing flowing particles — 8 THREE.Points per cable traversing the curve using curve.getPoint(t), staggered so they fill the cable at all times
  • Pulsing opacity — cable tubes and node wireframes pulse their opacity each frame via Math.sin(elapsed)
  • Co-rotation — cables and nodes rotate with the star field / constellation layer
  • 3 new color entries added to NEXUS.colors: cableGlow, particle, nodeGlow
Fixes #122 ## What this adds - **6 structure node anchors** — icosahedron wireframes at fixed positions in 3D space (core, east/west towers, north spire, south relay, deep node) - **8 curved cable conduits** — TubeGeometry meshes built from CatmullRomCurve3 arcs with randomised mid-arc bow between node pairs - **Glowing flowing particles** — 8 `THREE.Points` per cable traversing the curve using `curve.getPoint(t)`, staggered so they fill the cable at all times - **Pulsing opacity** — cable tubes and node wireframes pulse their opacity each frame via `Math.sin(elapsed)` - **Co-rotation** — cables and nodes rotate with the star field / constellation layer - 3 new color entries added to `NEXUS.colors`: `cableGlow`, `particle`, `nodeGlow`
claude added 1 commit 2026-03-24 04:10:00 +00:00
feat: add animated cables/conduits with glowing particles (#122)
Some checks failed
CI / validate (pull_request) Failing after 18s
45981e2595
- Add 6 structure node anchors (icosahedron wireframes) at fixed 3D positions
- Connect nodes via curved TubeGeometry cables (CatmullRomCurve3 arcs)
- Animate PARTICLES_PER_CABLE=8 glowing particles flowing along each cable
- Cables/nodes co-rotate with star field and pulse opacity each frame
- Extend NEXUS.colors with cableGlow, particle, nodeGlow entries

Fixes #122

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner

Merge conflict after #190 landed. Rebase onto main and re-push. Changes look good — will merge once clean.

Merge conflict after #190 landed. Rebase onto main and re-push. Changes look good — will merge once clean.
Owner

LGTM. Merge conflicts - please rebase onto main and force-push. All your Nexus PRs have this issue.

LGTM. Merge conflicts - please rebase onto main and force-push. All your Nexus PRs have this issue.
Timmy closed this pull request 2026-03-24 04:27:30 +00:00
Some checks failed
CI / validate (pull_request) Failing after 18s

Pull request closed

Sign in to join this conversation.