Software Alternatives & Reviews

termbox VS tui-rs

Compare termbox VS tui-rs and see what are their differences

termbox logo termbox

Termbox is a library that helps making terminal-based pseudo-GUIs.

tui-rs logo tui-rs

Build terminal user interfaces and dashboards using Rust - fdehau/tui-rs
  • termbox Landing page
    Landing page //
    2023-09-23
  • tui-rs Landing page
    Landing page //
    2023-09-06

Category Popularity

0-100% (relative to termbox and tui-rs)
IDE
45 45%
55% 55
URL Shortener
42 42%
58% 58
Bookmark Manager
58 58%
42% 42
Link Management
53 53%
47% 47

User comments

Share your experience with using termbox and tui-rs. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, tui-rs seems to be a lot more popular than termbox. While we know about 30 links to tui-rs, we've tracked only 2 mentions of termbox. 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.

termbox mentions (2)

  • Writing TUI with Ratatouille
    Most answers were a code-golf style with writing the full functionality in least number of lines of code. I took a different approach. Since some time already I wanted to try out Ratatouille - an Elixir toolkit for writing TUI (Terminal UI), based on termbox. - Source: dev.to / 10 months ago
  • I looking for a TUI liberary/framework with good aesthetics.
    If you want to go lower-level, then I would recommend against ncurses, and instead start with notcurses or termbox. termbox has lots of language bindings, but the author is no longer maintaining it. Still, not a bad place to start from. If you do decide to get into ncurses, this doc can get you over some of the humps with keyboard/screen/mouse. Source: over 2 years ago

tui-rs mentions (30)

  • Trippy – A Network Diagnostic Tool
    The TUI is built with the awesome Ratatui [0] library (formerly tui-rs [1]). UX is certainly not my area of expertise and I would not have been able to create Trippy without this library. [0] https://github.com/ratatui-org/ratatui. - Source: Hacker News / 5 months ago
  • Projectable: A TUI file manager built for projects
    Rust has great libraries for TUIs. tui-rs (https://github.com/fdehau/tui-rs) is the maintained version, and is pretty new. Less widely known is cursive (https://github.com/gyscos/cursive), which I have yet to try. Aside from the libraries, I just wanted to start a project that would make be better at Rust. The easy distribution with cargo is a huge bonus though. - Source: Hacker News / 10 months ago
  • [Media] Introducing Trippy: A Network Diagnostic Tool
    u/lordnacho666 It uses the fabulous https://github.com/fdehau/tui-rs (now revived as https://github.com/tui-rs-revival/ratatui) TUI lib. Source: 12 months ago
  • Introducing TUI-Journal: Your Personal Journal/Notes App for Terminal Enthusiasts
    If you interested in the TUI apps in rust you can start with the crate tui-rs or its revival ratatui. They have examples inside of them which you can start and see the source code to get the basic functionalities. For the text editor you can check examples in the crate tui-textarea. Source: 12 months ago
  • Introducing TUI-Journal: Your Personal Journal/Notes App for Terminal Enthusiasts
    This app is based on the these two crate in rust (tui-rs , tui-textarea). The text area provide the Emacs motions and I integrated the vim motions there, but the editor in this app as much simpler than the huge VIM and Emacs systems. Source: 12 months ago
View more

What are some alternatives?

When comparing termbox and tui-rs, you can also consider the following products

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

Turbo Vision - A Turbo Vision port to the GNU compiler and more

FTXUI - Get the latest version of ftxui-starter for Linux - My summary

newt - Programming library for color text mode, widget based user interfaces.

Slang - Slang is a powerful visual programming language using a newly developed stream-based paradigm.