diff --git a/README.md b/README.md index 6cf9eb0..fda000c 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