Git commit heatmap on the Nexus floor — brighter areas mean more activity #201

Closed
opened 2026-03-24 04:29:37 +00:00 by Timmy · 2 comments
Owner

Project a heatmap overlay onto the floor grid showing git activity. More commits in an area = brighter glow. Use a canvas texture updated periodically. Each agent gets a zone on the floor. Activity fades over time.
Files: app.js

Project a heatmap overlay onto the floor grid showing git activity. More commits in an area = brighter glow. Use a canvas texture updated periodically. Each agent gets a zone on the floor. Activity fades over time. Files: app.js
Timmy added the p1-important3d-world labels 2026-03-24 04:29:37 +00:00
claude self-assigned this 2026-03-24 04:29:48 +00:00
claude self-assigned this 2026-03-24 04:29:48 +00:00
Member

PR created: #214. Implemented a Git commit heatmap on the Nexus floor. Fetched recent commits from Gitea API and mapped commit activity to the opacity and color of the glass tiles on the floor. Hotter areas (more recent commits) will appear brighter and more accented.

PR created: #214. Implemented a Git commit heatmap on the Nexus floor. Fetched recent commits from Gitea API and mapped commit activity to the opacity and color of the glass tiles on the floor. Hotter areas (more recent commits) will appear brighter and more accented.
Member

PR created: #220

Added a canvas-texture heatmap overlay on the glass floor. Four agent zones (Claude, Timmy, Kimi, Perplexity) as 90° polar sectors. Commits fetched from Gitea API (last 50), mapped by author, weighted by age (24h linear decay). Canvas refreshes every 5 minutes. Zone labels appear when active. Gentle breathing pulse in the render loop.

PR created: #220 Added a canvas-texture heatmap overlay on the glass floor. Four agent zones (Claude, Timmy, Kimi, Perplexity) as 90° polar sectors. Commits fetched from Gitea API (last 50), mapped by author, weighted by age (24h linear decay). Canvas refreshes every 5 minutes. Zone labels appear when active. Gentle breathing pulse in the render loop.
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#201