Software Alternatives, Accelerators & Startups

Ratatui VS termbox

Compare Ratatui VS termbox and see what are their differences

Ratatui logo Ratatui

Rust library that's all about cooking up terminal user interfaces (TUIs).

termbox logo termbox

Termbox is a library that helps making terminal-based pseudo-GUIs.
Not present
  • termbox Landing page
    Landing page //
    2023-09-23

Category Popularity

0-100% (relative to Ratatui and termbox)
IDE
33 33%
67% 67
URL Shortener
31 31%
69% 69
Bookmark Manager
37 37%
63% 63
Link Management
32 32%
68% 68

User comments

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

Social recommendations and mentions

Based on our record, termbox should be more popular than Ratatui. It has been mentiond 2 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.

Ratatui mentions (1)

  • Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
    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 / 15 days ago

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 / 11 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

What are some alternatives?

When comparing Ratatui and termbox, 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

tui-rs - Build terminal user interfaces and dashboards using Rust - fdehau/tui-rs

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

libmabuff - This is libmabuff, library for simple TUI creation in C++.