mousefood
embedded-graphics backend for Ratatui!
🚧 Under construction 🏗️
Demo:

Installation:
cargo add mousefood
Usage:
It is recommended to use ibm437 font crate as it contains much more special characters
than embedded-graphics's built-in fonts.
It is required to properly render widgets like charts and borders.
let backend = new;
let mut terminal = new?;
loop