LearnNewsExamplesServices
Frontmatter
id8854
titleImplement Footer OffscreenCanvas Overlay
stateClosed
labels
enhancementdesignai
assigneestobiu
createdAtJan 21, 2026, 5:52 PM
updatedAtJan 21, 2026, 8:25 PM
githubUrlhttps://github.com/neomjs/neo/issues/8854
authortobiu
commentsCount1
parentIssue8727
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 21, 2026, 8:25 PM

Implement Footer OffscreenCanvas Overlay

Closed v11.23.0 enhancementdesignai
tobiu
tobiu commented on Jan 21, 2026, 5:52 PM

Implement Footer OffscreenCanvas Overlay: "The Event Horizon"

  • Concept: "The Event Horizon" (Gravity Well). A visualization of the Agent OS core as a central singularity.
  • Goal: "Stunning Reward". A high-impact, centralized visual that rewards centering the view on the footer.
  • Visuals:
    • Radial Field: Particles spiral into a center point.
    • Gravity Interaction: Footer links act as "Local Gravity Wells" on hover, pulling particles out of the main stream.
    • Atmosphere: Grandiose, Heavy, "The Source".
  • Theme Awareness: Must adapt to Light/Dark mode variables.

Implementation Plan

  1. SharedWorker Helper:

    • Updated (importFooterCanvas).
  2. App Worker Component:

    • apps/portal/view/home/FooterCanvas.mjs.
    • Enhancement: Add updateNavRects to track footer button positions.
  3. Renderer (SharedWorker):

    • apps/portal/canvas/FooterCanvas.mjs.
    • Physics:
      • Global Attractor (Center).
      • Local Attractors (Hovered Buttons).
      • Spaghettification effect.
  4. View Integration:

    • apps/portal/view/home/FooterContainer.mjs.
    • resources/scss/src/apps/portal/home/FooterContainer.scss.
tobiu added the enhancement label on Jan 21, 2026, 5:52 PM
tobiu added the design label on Jan 21, 2026, 5:52 PM
tobiu added the ai label on Jan 21, 2026, 5:52 PM
tobiu assigned to @tobiu on Jan 21, 2026, 6:01 PM
tobiu added parent issue #8727 on Jan 21, 2026, 6:01 PM
tobiu referenced in commit 6e448be - "feat: Implement Neural Mesh Footer Overlay (#8854)" on Jan 21, 2026, 8:24 PM
tobiu referenced in commit bc884cf - "feat: Enhance Footer Canvas with Event Horizon and Gravity Interaction (#8854)" on Jan 21, 2026, 8:24 PM
tobiu
tobiu Jan 21, 2026, 8:25 PM

Implemented the 'Event Horizon' concept with Gravity Interaction.

  • Physics: Radial spiral with acceleration.
  • Interaction: Hovered buttons act as gravity wells, pulling particles in.
  • Polish: Added transient gravity boost for snappy switching and refined visuals for legibility.
tobiu closed this issue on Jan 21, 2026, 8:25 PM
tobiu referenced in commit 43a2bbc - "fix: Refine Footer Canvas physics (Partial Capture, Engine Rev) (#8854)" on Jan 21, 2026, 8:46 PM