libtui

Crates.iolibtui
lib.rslibtui
version0.1.0
sourcesrc
created_at2021-11-26 18:11:38.683481
updated_at2021-11-26 18:11:38.683481
descriptionA crate to create TUIs.
homepagehttps://codeberg.org/RustedTerrier/libtui
repositoryhttps://codeberg.org/RustedTerrier/libtui
max_upload_size
id488112
size36,995
(RustedTerrier)

documentation

https://codeberg.org/RustedTerrier/libtui/wiki

README

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

Commit count: 0

cargo fmt