From 6e17fc37dd538950f2da1717dcb3be2ec5e6ccfd Mon Sep 17 00:00:00 2001 From: "yehor.syrin" Date: Sun, 29 Mar 2026 19:16:24 +0300 Subject: [PATCH] Add AliveJTUI to Text-Based User Interfaces --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9b442ce..a8c0caf0 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ _Libraries to assist with parsing command line arguments._ _Libraries that provide TUI frameworks, or building blocks related functions._ +- [AliveJTUI](https://github.com/yehorsyrin/alivejTUI) - Declarative, React-style TUI library. Build terminal UIs as component trees with diff-based rendering, focus management, themes, and a rich widget library. - [Jansi](https://github.com/fusesource/jansi) - ANSI escape codes to format console output. - [Jexer](https://gitlab.com/AutumnMeowMeow/jexer) - Advanced console (and Swing) text user interface (TUI) library, with mouse-draggable windows, built-in terminal window manager, and sixel image support. Looks like [Turbo Vision](https://en.wikipedia.org/wiki/Turbo_Vision). - [Text-IO](https://github.com/beryx/text-io) - Aids the creation of full console-based applications.