
Ratatui
ncurses
FINAL CUT
libmabuff
newt
Turbo Vision
termbox
Slang
CodeHerald
CodeHerald provides a new way to keep track of your code review queue, grouped by your next action needed.
If any of the above is true, CodeHerald will help you.
CodeHerald groups pull requests by next action: must review, needs an update, can be merged. It allows you to replace slack, emails, filters, and browser bookmarks with one single page that you can open at a glance and decide which PR to tackle next.
Ratatui
CodeHeraldBased on our record, Ratatui seems to be more popular. It has been mentiond 21 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.
Counterpoint: Build more TUIs in Rust using Ratatui: https://ratatui.rs/ Why? Because just look at the examples on that page. - Source: Hacker News / 3 days ago
Day four of building a btop-style system monitor in Rust with ratatui. - Source: dev.to / 23 days ago
There are fantastic TUI frameworks for Rust, like Ratatui[0] (there are a lot more options, this is an example). You can write beautiful TUIs in native languages, without ncurses or C or C++. Go has such frameworks, same with C# (which you can AOT compile) and so on. You're not stuck between javascript and C. [0]: https://ratatui.rs/. - Source: Hacker News / about 1 month ago
I also wanted to shout out https://ratatui.rs/. Most of the time, I just want some UI. And TUI's are easier / more portable than GUI's. - Source: Hacker News / 2 months ago
- a TUI via https://ratatui.rs/ Creating your own poker bot and having them compete in an arena should be less than 100 lines of code: https://docs.rs/rs_poker/latest/rs_poker/arena/index.html I need more eyes on the implementation, and more attempts to make the algorithms and agents state of the art. I know I can't have found the optimal configurations and algorithms; I'd love for the open source community to... - Source: Hacker News / 3 months 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
libmabuff - This is libmabuff, library for simple TUI creation in C++.
newt - Programming library for color text mode, widget based user interfaces.
Turbo Vision - A Turbo Vision port to the GNU compiler and more
termbox - Termbox is a library that helps making terminal-based pseudo-GUIs.