mirror of
https://github.com/ratatui-org/ratatui
synced 2025-02-18 15:08:56 +00:00
No description
docs | ||
examples | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
Makefile | ||
README.md |
tui-rs
![Demo cast under Linux Termite with Inconsolata font 12pt](/Mirrors/ratatui/media/commit/a3c96865a860e8d210d02a5f04527f09177fc429/docs/demo.gif)
tui-rs
is a Rust library to build rich terminal
user interfaces and dashboards. It is heavily inspired by the Javascript
library blessed-contrib and the
Go
library termui.
The library itself supports two different backends to draw to the terminal. You can either choose from:
Cargo.toml
[dependencies]
tui: "0.1"
License
Author
Florian Dehau