zui
A minimal terminal manipulation library written in Rust.
What is it?
zui
is a library that intends to make terminal interfaces, simple or complex, easy to create. It is heavily inspired by Termion and tui-rs
It's goals are as follows:
- Zero external dependencies (aside from libc)
- Color Support
- Text Styling
- Low-level Terminal information
- Cursor Support
- Clear Terminal Support
- ANSI Raw Mode Support
- Keyboard Support & async stdin
- Multiple Screens
- Polish up existing interface and add docs (0.0.1 release)
- Mouse Support
What isn't it?
It's goals are not as follows:
- Compile on non Unix machines