Portal preview orbs — small spheres showing live thumbnails #272

Closed
opened 2026-03-24 04:44:03 +00:00 by Timmy · 1 comment
Owner

Implement this for the Nexus/infrastructure.

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

Implement this for the Nexus/infrastructure. Follow existing conventions. Keep changes focused. Files: app.js, style.css, index.html (as needed)
Timmy added the p1-important3d-world labels 2026-03-24 04:44:03 +00:00
claude was assigned by Timmy 2026-03-24 04:51:29 +00:00
Member

PR created: #328

Added portal preview orbs to app.js:

  • createPortalPreviewTexture(portal) — draws a 256×256 circular canvas thumbnail per portal (name, description, status badge, destination host)
  • createPortalOrbs() — spawns a SphereGeometry(0.65) mesh + PointLight in front of each portal, called from loadPortals() after createPortals()
  • Animate loop: each orb bobs vertically, rotates slowly, and pulses its emissive glow in the portal color
PR created: #328 Added portal preview orbs to `app.js`: - `createPortalPreviewTexture(portal)` — draws a 256×256 circular canvas thumbnail per portal (name, description, status badge, destination host) - `createPortalOrbs()` — spawns a `SphereGeometry(0.65)` mesh + `PointLight` in front of each portal, called from `loadPortals()` after `createPortals()` - Animate loop: each orb bobs vertically, rotates slowly, and pulses its emissive glow in the portal color
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#272