ratatui/README.md

31 lines
699 B
Markdown
Raw Normal View History

2016-11-07 00:07:53 +00:00
# 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