Documentation
¶
Overview ¶
Example: gogpu/ui — Task Manager Performance Monitor
A flagship demo inspired by Windows Task Manager's Performance tab. Showcases real-time line charts, progress bars, collapsible sections, horizontal/vertical box layout, and simulated live data updates.
Architecture:
ui widgets -> render.Canvas (gg) -> ggcanvas -> GPU surface (zero-copy)
Rendering: event-driven with periodic data updates. Redraws only when data changes or user interacts.
Requirements:
gogpu v0.23.2+ gg v0.35.3+
Click to show internal directories.
Click to hide internal directories.