From 4e86be539dcbc9d72db32c192cc20ca59756ac3f Mon Sep 17 00:00:00 2001 From: Jim Huang <jserv@ccns.ncku.edu.tw> Date: Tue, 8 Apr 2025 07:26:31 +0800 Subject: [PATCH] Add AnbUI (#294) AnbUI is a minimal text UI library in C. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f829e7..97c31c8 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,7 @@ List of projects that provide terminal user interfaces <details open><summary><h2>Libraries</h2></summary> +- [AnbUI](https://github.com/oerg866/anbui) A minimal Text UI Library in **C** - [Ashen](https://github.com/colinta/Ashen) An Elm inspired framework written in **Swift** - [blessed](https://github.com/chjj/blessed) A high-level terminal interface library for **Node.js** - [blessed](https://github.com/jquast/blessed) Blessed is an easy, practical library for making **Python** terminal apps