1
1
Fork
You've already forked libtui
0
Graphics crate for the terminal
  • Rust 100%
2021年11月26日 18:10:57 +00:00
examples Chore: add polish. 2021年11月26日 17:50:52 +00:00
src Chore: add polish. 2021年11月26日 17:50:52 +00:00
Cargo.toml Chore: fix dependency versions 2021年11月26日 18:10:57 +00:00
LICENSE Feat: license 2021年11月04日 11:48:26 -04:00
README.md Feat: Readme 2021年11月26日 18:02:13 +00:00

Libtui

Libtui is a graphics library for the terminal. Libtui focuses on having a small number of crates which is why a lot is expected for the user to decide, such a line wrapping. Libtui is also highly customizable so it can fit almost any vision. To try it out, look at the examples, which you can test by using cargo run --release --example main. Use arrow keys to move the windows. NOTE: keypresses are not handled by libtui; the examples uses a seperate crate I made to handle keypresses.

License

Libtui uses MPL-2.0. In order to use this crate you must state that your project uses this crate and a link to the MPL