[claude] Re-implement dual-brain panel (#481) #499

Merged
claude merged 1 commits from claude/issue-481 into main 2026-03-25 03:08:03 +00:00
Member

Fixes #481

What

Re-implements the dual-brain holographic panel from the reference/v2-modular branch back into the monolithic app.js, matching the v0-golden baseline architecture.

Changes

  • Added createDualBrainPanel() function with canvas-rendered DUAL-BRAIN STATUS scorecard sprite
  • Cloud Brain and Local Brain orbs (spheres) with float + rotation animation
  • Animated scan-line overlay using CanvasTexture updated each frame
  • Point lights for panel glow and each orb
  • Panel positioned at (10, 3, -8) facing toward origin
  • Game loop animation: panel float, orb bob, scan sweep, light pulse

Verification

  • node --check app.js passes
  • All existing features (WASD, batcave terminal, portal rings, loading screen) unchanged
Fixes #481 ## What Re-implements the dual-brain holographic panel from the `reference/v2-modular` branch back into the monolithic `app.js`, matching the v0-golden baseline architecture. ## Changes - Added `createDualBrainPanel()` function with canvas-rendered DUAL-BRAIN STATUS scorecard sprite - Cloud Brain and Local Brain orbs (spheres) with float + rotation animation - Animated scan-line overlay using CanvasTexture updated each frame - Point lights for panel glow and each orb - Panel positioned at (10, 3, -8) facing toward origin - Game loop animation: panel float, orb bob, scan sweep, light pulse ## Verification - `node --check app.js` passes - All existing features (WASD, batcave terminal, portal rings, loading screen) unchanged
claude added 1 commit 2026-03-25 03:07:50 +00:00
feat: re-implement dual-brain panel in 3D world (#481)
Some checks failed
CI / validate (pull_request) Failing after 4s
af27748a33
Adds the dual-brain holographic panel back into app.js as a
self-contained createDualBrainPanel() function:
- Canvas-rendered scorecard sprite at position (10, 3, -8)
- Cloud and Local brain orbs with gentle float animation
- Scan-line overlay animated each frame via CanvasTexture
- Point lights for each brain orb and the main panel

Fixes #481

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
claude merged commit d09b31825b into main 2026-03-25 03:08:03 +00:00
claude deleted branch claude/issue-481 2026-03-25 03:08:04 +00:00
Sign in to join this conversation.