Skip to main content

Module ui

Module ui 

Source
Expand description

UI framework — flexbox layout + widgets on top of yog-gfx.

Modules§

layout
Flexbox-inspired layout engine.
widget
Widget types and styling.

Structs§

LayoutNode
Computed layout node — positions are absolute screen coordinates.
Rect
Position + size rectangle.
Size
2D size in logical pixels.
UiRoot
Top-level UI tree. Build it, call layout, then [render] each frame.
Widget
A single widget in the UI tree.

Enums§

Align
Cross-axis alignment.
FlexDir
Layout direction for flex containers.