tui-rs icon
tui-rs icon

tui-rs

tui-rs is a Rust library to build rich terminal user interfaces and dashboards. The library is based on the principle of immediate rendering with intermediate buffers.

tui-rs screenshot 1

Cost / License

  • Free
  • Open Source

Platforms

  • Linux
-
No reviews
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Tui
  2.  Text-based

 Tags

tui-rs News & Activities

Highlights All activities

Recent activities

No activities found.

tui-rs information

  • Developed by

    Florian Dehau
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    14 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

Education & ReferenceDevelopment

GitHub repository

  •  10,888 Stars
  •  483 Forks
  •  0 Open Issues
  •   Updated  (Archived)
View on GitHub

Popular alternatives

View all
tui-rs was added to AlternativeTo by David on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is tui-rs?

tui-rs is a Rust icon Rust library to build rich terminal user interfaces and dashboards. 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 tries to minimize the number of ansi escape 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.

Official Links