Crate rlvgl_core

Source
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§

animation
event
plugins
renderer
style
theme
widget

Structs§

WidgetNode
Node in the widget hierarchy.