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 is based on the principle of immediate rendering with intermediate buffers. This means that at each new frame you should build all widgets that are supposed to be part of the UI. While providing a great flexibility for rich and interactive UI, this may introduce overhead for highly dynamic content. So, the implementation try to minimize the number of ansi escapes sequences generated to draw the updated UI. In practice, given the speed of Rust the overhead rather comes from the terminal emulator than the library itself.
Features
- Since version 0.17.0, tui requires rustc version 1.56.1 or greater
- Provides documentation and examples
- The library is based on the principle of immediate rendering with intermediate buffers
- Build all widgets that are supposed to be part of the UI
- Minimize the number of ansi escapes sequences generated to draw the updated UI
- Build terminal user interfaces and dashboards using Rust
License
MIT LicenseFollow tui-rs
Other Useful Business Software
Inventory and Order Management Software for Multichannel Sellers
We are the most powerful inventory and order management platform for Amazon, Walmart, and multichannel product sellers. Centralize orders, product information, and fulfillment operations to run more efficiently, sell more products, and stay compliant with marketplace requirements so you can grow profitably.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of tui-rs!