Skip to content

bugadani/embedded-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

embedded-gui

embedded-gui is an experimental no_std, no_alloc, cross-platform, composable Rust GUI toolkit.

embedded-gui consists of two parts: the main crate, and a platform-specific backend. The main crate contains layout containers, composable base widgets, and the event handling framework. Backend crates define how each widget is rendered, and they may also contain custom widgets or backend-specific extensions to the base widgets.

Supported platforms

Development setup

Minimum supported Rust version

The minimum supported Rust version for embedded-text is 1.51.0 or greater. Ensure you have the latest stable version of Rust installed, preferably through https://rustup.rs.

About

A (bad) Rust GUI toolkit built on top of embedded-graphics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages