An open API service indexing awesome lists of open source software.

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)

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).