Software rendering backend for ratatui
. No GPU required. TUI everywhere.
Fast, portable, no-bloat.
- Optimized for speed, generally faster than running ratatui inside a terminal. 120+ fps on normal workloads.
- Only one dependency, Unicode Font rendering powered by
cosmic-text
- Custom portable pixel rasterizer.
egui
integration provided byegui_ratatui
. Have a TUI inside your GUI!bevy_ratatui
integration allows you to turn an existing terminal app built with bevy_ratatui into a native or web app. The best way to build a terminal app!!bevy
game engine examples provided in the repo, so you can create your own game UI or world textures with ratatui- WASM compatible, deploy your ratatui application on the web!
- Colored Emojis
- More Examples
- no-std support
Dual-licensed under MIT or Apache 2.0. Pick whichever suits you.
Mostly complete, comments and suggestions are appreciated.