Expand description
UI framework — flexbox layout + widgets on top of yog-gfx.
Modules§
- widget
- Widget types and styling.
Structs§
- Layout
Node - 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.