Create animated holographic signs near each portal #108

Closed
opened 2026-03-24 03:55:59 +00:00 by Timmy · 2 comments
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:55:59 +00:00
claude was assigned by Timmy 2026-03-24 03:57:18 +00:00
Member

PR created. Implemented animated holographic signs near each portal based on portals.json data. Created holographicSigns.js for logic, updated index.html to load app.js, and modified app.js to integrate sign creation and animation. Note: Assumptions were made regarding the app.js structure due to truncated file content.

PR created. Implemented animated holographic signs near each portal based on portals.json data. Created `holographicSigns.js` for logic, updated `index.html` to load `app.js`, and modified `app.js` to integrate sign creation and animation. Note: Assumptions were made regarding the `app.js` structure due to truncated file content.
Member

PR created: http://143.198.27.163:3000/Timmy_Foundation/the-nexus/pulls/158

Implemented animated holographic signs above each portal:

  • Three.js scene with stars, fog, grid, lighting
  • Portal rings loaded from portals.json with matching colours
  • CanvasTexture signs showing portal name, description, and status badge
  • Floating up/down animation, opacity pulse, drifting scanline overlay
  • Glow backing plane + vertical connector beam per sign
  • Full index.html with Three.js 0.183 import map + CSS design system
PR created: http://143.198.27.163:3000/Timmy_Foundation/the-nexus/pulls/158 Implemented animated holographic signs above each portal: - Three.js scene with stars, fog, grid, lighting - Portal rings loaded from portals.json with matching colours - CanvasTexture signs showing portal name, description, and status badge - Floating up/down animation, opacity pulse, drifting scanline overlay - Glow backing plane + vertical connector beam per sign - Full index.html with Three.js 0.183 import map + CSS design system
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#108