From 3157ce5f38f56042b485e6e32e036cacacfee306 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Wed, 23 Jan 2019 23:20:48 -0800 Subject: [PATCH] Update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 233f94e..493c20c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,15 @@ [demo cast under osx 10.10; Terminal.app; Menlo Regular 12pt.)](./_examples/demo.go) -termui is a cross-platform and fully-customizable terminal dashboard and widget library built on top of [termbox-go](https://github.com/nsf/termbox-go). It is inspired by [blessed-contrib](https://github.com/yaronn/blessed-contrib) and written purely in Go. +termui is a cross-platform and fully-customizable terminal dashboard and widget library built on top of [termbox-go](https://github.com/nsf/termbox-go). It is inspired by [blessed-contrib](https://github.com/yaronn/blessed-contrib) and [tui-rs](https://github.com/fdehau/tui-rs) and written purely in Go. + +The core components of termui include: + +- built in widget implementations for common use cases +- utilities to create custom widgets +- a Grid for relative widget positioning +- an event system for keyboard, mouse and resizing events +- colors and styling ## Installation