Skip to main content

Module app

Module app 

Source
Expand description

eframe App for the storybook.

Layout: top bar (story picker) + 4/5 center canvas + 1/5 right sidebar. wisp renders to a RenderTexture matching the canvas size; the texture is registered with egui via register_native_texture and shown as an egui::Image โ€” zero-copy, GPU-side.

Structsยง

CanvasRender ๐Ÿ”’
StorybookApp
The eframe app that hosts the storybook gallery.

Constantsยง

CANVAS_FORMAT ๐Ÿ”’

Functionsยง

group_by_category ๐Ÿ”’