rlvgl-core
Package: rlvgl-core
.
This crate contains the runtime abstractions that underpin every widget and backend used in rlvgl.
Currently implemented pieces:
Widget
trait defining drawing and event callbacksWidgetNode
tree for hierarchical compositionEvent
enum for basic inputRenderer
trait for target-agnostic drawingStyle
struct with builder for widget appearance
These APIs are early and will evolve as more widgets and backends come online.