Frontmatter
| id | 8714 |
| title | Polish ServicesCanvas: Enhance Top Activity and Hover Responsiveness |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Jan 16, 2026, 5:25 PM |
| updatedAt | Jan 16, 2026, 5:29 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8714 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 16, 2026, 5:27 PM |
Polish ServicesCanvas: Enhance Top Activity and Hover Responsiveness

tobiu
Jan 16, 2026, 5:26 PM
Input from Gemini 3 Pro:
✦ Implemented polish for ServicesCanvas:
- Expanded Grid: Increased grid generation by 10 rows upwards (negative Y) to fill the "horizon" created by the 2.5D floor perspective.
- Horizon Activity: Updated
updateRunnersto allow runners to exist in the "far distance" (Y > -500) without resetting, creating a flow of incoming traffic.- Snappier Hover: Increased energy interpolation factor from 0.1 to 0.3 for a more responsive mouse interaction.
tobiu closed this issue on Jan 16, 2026, 5:27 PM
tobiu assigned to @tobiu on Jan 16, 2026, 5:29 PM
Follow-up to the 2.5D projection implementation.
1. Enhance Top Activity The new "Floor" perspective leaves the top area ("head" of the view) feeling static and empty.
2. Faster Hover Response The hover effect (energy buildup) feels too slow and sluggish.
updatePhysicsfor a snappier response.3. Cleanup