rust terminal interfaces tui
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Florian Dehau d70e2d1678 Add README, LICENSE and update demo 8 years ago
docs Add README, LICENSE and update demo 8 years ago
examples Add README, LICENSE and update demo 8 years ago
src Fix layout cache on nightly 8 years ago
.gitignore Change layout algorithm 8 years ago
Cargo.toml Refactor Terminal to be able to support multiple backends 8 years ago
LICENSE Add README, LICENSE and update demo 8 years ago
Makefile Fix examples 8 years ago
README.md Add README, LICENSE and update demo 8 years ago

README.md

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