Crates.io | libtui |
lib.rs | libtui |
version | 0.1.0 |
source | src |
created_at | 2021-11-26 18:11:38.683481 |
updated_at | 2021-11-26 18:11:38.683481 |
description | A crate to create TUIs. |
homepage | https://codeberg.org/RustedTerrier/libtui |
repository | https://codeberg.org/RustedTerrier/libtui |
max_upload_size | |
id | 488112 |
size | 36,995 |
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.
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