No features have been listed yet.
Based on our record, Ratatui seems to be more popular. It has been mentiond 5 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I think this may lack a bit of context, so I'll try to fill in. This is a demo that was just showcased live by the author as part of their talk at FOSDEM'25: https://fosdem.org/2025/schedule/event/fosdem-2025-5496-bringing-terminal-aesthetics-to-the-web-with-rust-and-vice-versa-/ The talk was centered on Ratatui (a TUI library in Rust, https://ratatui.rs/) now targeting terminals and web browsers with a shared... - Source: Hacker News / 4 months ago
Excellent article of what is going on in the terminal space, agree on the TUI section where we are seeing lots of terminal tools being built in Rust and Go and libraries such as Ratatui [1] and Bubble Tea [2] becoming a new modern alternative to ncurses for building TUIs. Python has Textualize which is also very popular for building terminal user interfaces [3] And we've noticed this renaissance as well of new CLI... - Source: Hacker News / 9 months ago
For this project, I used a crate called Ratatui to build the TUI application in Rust. Ratatui offers templates that I found extremely useful, so I’d like to introduce them here. - Source: dev.to / 9 months ago
You should also check out the Ratatui website for more creative examples and detailed information on available widgets. - Source: dev.to / 12 months ago
As a sound and music computing person, I rarely used tui before although I use cli tools often, e.g. SoX. I usually use Audacity to record on Mac. But then I realized I wanted a tool that could quickly open and record inspiration, and that's when TUI came into play: I decided to write my own custom tool called asak (audio Swiss Army Knife) [1] This way I can quickly record on Mac, and of course, since this is Rust... - Source: Hacker News / about 1 year ago
ncurses - ncurses (new curses) is a programming library that provides an API which allows the programmer to...
FINAL CUT - Library for creating terminal applications with text-based widgets
termbox - Termbox is a library that helps making terminal-based pseudo-GUIs.
Turbo Vision - A Turbo Vision port to the GNU compiler and more
Slang - Slang is a powerful visual programming language using a newly developed stream-based paradigm.
libmabuff - This is libmabuff, library for simple TUI creation in C++.