Git commit heatmap on the Nexus floor — brighter areas mean more activity #201
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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: #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.