From 93c79909fa7428a0aead8bd8205a8f2eb1ce53d1 Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Sat, 5 Jun 2021 11:48:06 -0700 Subject: [PATCH] Add FTXUI --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca201e0..5b46eca 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ List of projects that provide terminal user interfaces ## Libraries - [blessings](https://github.com/erikrose/blessings) A Python wrapper lib for ncurses that makes your code pretty to look at, complete with extensions known as [bubbles](https://github.com/charmbracelet/bubbles) -- [bubbletea](https://github.com/charmbracelet/bubbletea) A Go framework based on Elm to build functional and stateful TUI apps +- [bubbletea](https://github.com/charmbracelet/bubbletea) A Go framework based on Elm to build functional and stateful TUI apps +- [FTXUI](https://github.com/ArthurSonzogni/FTXUI) 💻 C++ Functional Terminal User Interface. ❤️ - [gocui](https://github.com/jroimartin/gocui) Minimalist Go package aimed at creating Console User Interfaces - [ncurses](https://www.gnu.org/software/ncurses/) - [pterm](https://github.com/pterm/pterm/) A modern go module to beautify console output. Featuring charts, progressbars, tables, trees, and much more! It's completely configurable and 100% cross-platform compatible.