rlvgl-widgets
Package: rlvgl-widgets
rlvgl-widgets contains the built-in widget implementations for the rlvgl
toolkit. It depends only on rlvgl-core and is meant to be usable in both
embedded and simulator builds.
Included Widgets
ButtonCheckboxContainerImageLabelListProgressRadioSliderSwitch
Design
The crate keeps widget behavior and rendering logic separate from platform code.
Widgets are composed into a WidgetNode tree and then rendered by whichever
backend your application uses.
Use this crate directly when you want the toolkit's stock widgets without the
higher-level theming and layout layer from rlvgl-ui.
Relationship To Other Crates
rlvgl-coreprovides the runtime traits and shared typesrlvgl-widgetsprovides concrete widget implementationsrlvgl-uibuilds more ergonomic components and helpers on top
License
MIT
More Information
For more information, visit softoboros.com.