Expand description
Core runtime types and utilities for the rlvgl
UI toolkit.
This crate exposes the building blocks used by higher level widgets and
platform backends. It is intended to be usable in no_std
environments and
therefore avoids allocations where possible. Widgets are organised into a
tree of WidgetNode
values which receive [Event
]s and draw themselves via
a [Renderer
] implementation.
Modules§
Structs§
- Widget
Node - Node in the widget hierarchy.