| Crates.io | egui_ratatui |
| lib.rs | egui_ratatui |
| version | 1.31.2 |
| created_at | 2024-06-02 10:39:46.013424+00 |
| updated_at | 2025-05-11 01:28:52.327757+00 |
| description | Ratati Backend that is also an EGUI widget! WASM BEVY MACROQUAD EFRAME |
| homepage | |
| repository | https://github.com/gold-silver-copper/egui_ratatui |
| max_upload_size | |
| id | 1259135 |
| size | 42,208 |
Discord: https://discord.gg/tDBPkdgApN https://discord.gg/tDBPkdgApN
Web Demo : https://gold-silver-copper.github.io/ (works best on firefox (very outdated))
See also: https://ratatui.rs/ https://github.com/emilk/egui
RataguiBackend is the name of the backend/widget in code
cargo add egui_ratatui
git clone https://github.com/gold-silver-copper/egui_ratatui.git
cd egui_ratatui
cd bevy_example
cargo run --release
This repo provides the Ratagui Backend, which is also a Widget for egui. So you can have a whole ratatui terminal inside of egui. Also since egui is so WASM compatible, this means we can use this to compile ratatui to WASM !
If you would like more information about compiling to WASM please consult the relevant EGUI backend documentation:
Bevy: https://bevy-cheatbook.github.io/platforms/wasm.html
Macroquad: https://macroquad.rs/articles/wasm/
eframe: https://github.com/emilk/eframe_template
