From 5289904ce3cc807363e69f18668acd804cc880d4 Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 9 Jul 2014 09:53:51 +0900 Subject: [PATCH] Add termbox --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6cf9eb0d..fda000c5 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Game Development](#game-development) - [Generation & ‘generics’](#generation--generics) - [GUI](#gui) + - [CUI](#cui) - [Images](#images) - [Logging](#logging) - [Machine Learning](#machine-learning) @@ -177,6 +178,12 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [ui](https://github.com/andlabs/ui) - Platform-native GUI library for Go. +## CUI + +*Libraries for building CUI Applications* + +* [termbox-go](https://github.com/nsf/termbox-go) - termbox is a library for creating cross-platform text-based interfaces. + ## Images