Software Alternatives & Reviews

rot.js VS tui-rs

Compare rot.js VS tui-rs and see what are their differences

rot.js logo rot.js

rot.js: The ROguelike Toolkit for JavaScript

tui-rs logo tui-rs

Build terminal user interfaces and dashboards using Rust - fdehau/tui-rs
  • rot.js Landing page
    Landing page //
    2020-02-17
  • tui-rs Landing page
    Landing page //
    2023-09-06

Category Popularity

0-100% (relative to rot.js and tui-rs)
URL Shortener
30 30%
70% 70
IDE
31 31%
69% 69
Bookmark Manager
42 42%
58% 58
Link Management
40 40%
60% 60

User comments

Share your experience with using rot.js 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 should be more popular than rot.js. It has been mentiond 30 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.

rot.js mentions (12)

  • New Project -Help me decide on a Framework/ Library
    I can recommend rot.js. It offers both ascii and tileset support. Source: 10 months ago
  • I'm trying to create a very basic outline for how to create a roguelike map generator (nothing else), but I'm struggling.
    ROT.JS is a great library for making quick roguelikes and being in javascript means you can inspect the code. It has a number of map generation algorithms that you can mess around with to make interesting dungeons. https://ondras.github.io/rot.js/hp/. Source: about 1 year ago
  • [2023 in RoguelikeDev] Lost Gardens of the Stone Heart
    Lost Gardens of the Stone Heart is a browser game in traditional ASCII style, written in Javascript with the ROT.js and Tracery libraries. Or, at least, it will be when it reaches that magic critial mass of features and things actually happening and coalesces into something deserving the adjective. Source: over 1 year ago
  • The base for the RogueLike game with ROT.js
    The code is Open Source (like everything on CodePen) and anyone can modify the game to add more features. I just want to share it here so someone maybe will create something more fun with it. It uses ROT.js library. Note that the code was created quite some time ago and it's written in ES5 version of JavaScript. Source: over 1 year ago
  • Sharing Saturday #414
    Thanks! I am using [rot.js](https://ondras.github.io/rot.js/hp/) map generation primitives and then layering stuff on top of that. I'll probably introduce an "outside" at some point with caves and forests you can explore. Source: almost 2 years ago
View more

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 rot.js and tui-rs, you can also consider the following products

FINAL CUT - Library for creating terminal applications with text-based widgets

ncurses - ncurses (new curses) is a programming library that provides an API which allows the programmer to...

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

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

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

ConsoleGUI - GUI framework for C# console applications.