From 6f534674bda800630cb3d201f8c0ac052e2c84d1 Mon Sep 17 00:00:00 2001 From: toge Date: Sun, 27 Oct 2024 23:59:20 +0900 Subject: [PATCH] Add tuibox (TUI library) (#1588) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 081e887..2bbd738 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [TCLAP](http://tclap.sourceforge.net) - A mature, stable and feature-rich library for defining and accessing command line arguments in ANSI C++. [MIT] * [termbox](https://github.com/nsf/termbox) - A C library for writing text-based user interfaces. [MIT] * [TermOx](https://github.com/a-n-t-h-o-n-y/TermOx) - C++17 Terminal User Interface(TUI) Library. [MIT] + * [tuibox](https://github.com/Cubified/tuibox) - A single-header terminal UI (TUI) library, capable of creating mouse-driven, interactive applications on the command line. [MIT] ## Compression *Compression and Archiving Libraries*