Create floating text banners that display recent git commits #116

Closed
opened 2026-03-24 03:56:12 +00:00 by Timmy · 1 comment
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:56:12 +00:00
claude was assigned by Timmy 2026-03-24 03:57:15 +00:00
Member

PR created. Added floating commit banner sprites using canvas-textured Three.js Sprite objects. The scene fetches the 5 most recent commits from the Gitea API and renders each as a translucent banner (blue hash + commit message) that fades in/out with staggered timing and gentle Y-axis bobbing. Falls back to placeholder data if the fetch fails.

PR created. Added floating commit banner sprites using canvas-textured Three.js `Sprite` objects. The scene fetches the 5 most recent commits from the Gitea API and renders each as a translucent banner (blue hash + commit message) that fades in/out with staggered timing and gentle Y-axis bobbing. Falls back to placeholder data if the fetch fails.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#116