No description
Find a file
2016-11-07 22:57:13 +01:00
docs Add README, LICENSE and update demo 2016-11-07 01:07:53 +01:00
examples Update demo 2016-11-07 15:57:46 +01:00
src Fix clippy warnings 2016-11-07 22:57:13 +01:00
.gitignore Change layout algorithm 2016-10-13 13:56:27 +02:00
Cargo.toml Refactor Terminal to be able to support multiple backends 2016-11-05 19:18:48 +01:00
LICENSE Add README, LICENSE and update demo 2016-11-07 01:07:53 +01:00
Makefile Fix examples 2016-11-06 21:41:32 +01:00
README.md Add README, LICENSE and update demo 2016-11-07 01:07:53 +01:00

tui-rs

Demo cast under Linux Termite with Inconsolata font 12pt

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

MIT

Author

Florian Dehau