Y
Hacker News
new
|
ask
|
show
|
jobs
by
GeertJohan
140 days ago
This is awesome! I love ratatui, having it available on embedded is very cool! I wonder if it will work with async on embedded e.g. embassy..
1 comments
orhunp_
140 days ago
absolutely, it will work with any other embedded Rust application. The backend only provides a bridge between the embedded-graphics library and the Ratatui widget renderer.
link