https://github.com/bugadani/embedded-menu
Menu library written in Rust for embedded applications
https://github.com/bugadani/embedded-menu
Last synced: 8 months ago
JSON representation
Menu library written in Rust for embedded applications
- Host: GitHub
- URL: https://github.com/bugadani/embedded-menu
- Owner: bugadani
- License: mit
- Created: 2020-10-27T08:08:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T18:29:37.000Z (over 1 year ago)
- Last Synced: 2025-09-19T12:45:28.589Z (9 months ago)
- Language: Rust
- Size: 297 KB
- Stars: 35
- Watchers: 2
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
embedded-menu
=============
Interactive menu implementation aimed for embedded devices, written in Rust, built
mainly on top of [`embedded-graphics`].
Examples require `SDL2`. Refer to the [`embedded-graphics`] docs for more info on how to set it up.
[`embedded-graphics`]: https://github.com/embedded-graphics/embedded-graphics/