https://github.com/dcnick3/smol-tui-rs
A tui framework aimed for embedded devices (no stdlib, zero allocations)
https://github.com/dcnick3/smol-tui-rs
Last synced: over 1 year ago
JSON representation
A tui framework aimed for embedded devices (no stdlib, zero allocations)
- Host: GitHub
- URL: https://github.com/dcnick3/smol-tui-rs
- Owner: DCNick3
- Created: 2021-12-21T14:57:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T08:51:54.000Z (over 4 years ago)
- Last Synced: 2025-01-28T03:29:50.829Z (over 1 year ago)
- Language: Rust
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smol-tui-rs
A tui framework aimed for embedded devices (no stdlib, zero allocations).
Docs are TBD, examples can be found in `examples/` directory. The most interesting one is probably the `multi_scene`, which aims to demonstrate more or less complete app, though not all ideas are presented there (TBD).