mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-23 05:03:13 +00:00
30 lines
699 B
Markdown
30 lines
699 B
Markdown
# tui-rs
|
|
|
|
<img src="./docs/demo.gif" alt="Demo cast under Linux Termite with Inconsolata font 12pt">
|
|
|
|
`tui-rs` is a [Rust](https://www.rust-lang.org) library to build rich terminal
|
|
user interfaces and dashboards. It is heavily inspired by the `Javascript`
|
|
library [blessed-contrib](https://github.com/yaronn/blessed-contrib) and the
|
|
`Go` library [termui](https://github.com/gizak/termui).
|
|
|
|
The library itself supports two different backends to draw to the terminal. You
|
|
can either choose from:
|
|
|
|
- [termion](https://github.com/ticki/termion)
|
|
- [rustbox](https://github.com/gchp/rustbox)
|
|
|
|
|
|
## Cargo.toml
|
|
|
|
```toml
|
|
[dependencies]
|
|
tui: "0.1"
|
|
```
|
|
|
|
## License
|
|
|
|
[MIT](LICENSE)
|
|
|
|
## Author
|
|
|
|
Florian Dehau
|