rlvgl-core

Crates.iorlvgl-core
lib.rsrlvgl-core
version0.1.6
created_at2025-07-28 16:39:55.598432+00
updated_at2025-08-27 06:56:07.954717+00
descriptionA modular, idiomatic Rust reimplementation of the LVGL graphics library for embedded and simulator use.
homepagehttps://github.com/softoboros/rlvgl
repositoryhttps://github.com/softoboros/rlvgl
max_upload_size
id1771364
size100,143
Ira Abbott (iraabbott)

documentation

https://docs.rs/rlvgl

README

rlvgl

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 callbacks
  • WidgetNode tree for hierarchical composition
  • Event enum for basic input
  • Renderer trait for target-agnostic drawing
  • Style struct with builder for widget appearance

These APIs are early and will evolve as more widgets and backends come online.

Commit count: 139

cargo fmt