| Crates.io | rlvgl-core |
| lib.rs | rlvgl-core |
| version | 0.1.6 |
| created_at | 2025-07-28 16:39:55.598432+00 |
| updated_at | 2025-08-27 06:56:07.954717+00 |
| description | A modular, idiomatic Rust reimplementation of the LVGL graphics library for embedded and simulator use. |
| homepage | https://github.com/softoboros/rlvgl |
| repository | https://github.com/softoboros/rlvgl |
| max_upload_size | |
| id | 1771364 |
| size | 100,143 |
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 appearanceThese APIs are early and will evolve as more widgets and backends come online.