From da3c86ed429807d92ac2518e40fddb53518d44f4 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 28 Oct 2015 14:07:40 -0700 Subject: [PATCH] fixes #51 Add examples links --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index eace2bc..75f16d7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,13 @@ Package tcell provides a cell based view for text terminals, like xterm. It was inspired by termbox, but differs from termbox in some important ways. It also adds substantial functionality beyond termbox. +## Examples + +* [proxima5](https://github.com/gdamore/proxima5) - space shooter ([video](http://2.bp.blogspot.com/-fWvW5opT0es/VhIdItdKqJI/AAAAAAAAATE/7Ojc0L1SpB0/s320/Screen%2BShot%2B2015-10-04%2Bat%2B11.47.13%2BPM.png)) +* [govisor](https://github.com/gdamore/govisor) - service management UI ([screenshot](http://2.bp.blogspot.com/--OsvnfzSNow/Vf7aqMw3zXI/AAAAAAAAARo/uOMtOvw4Sbg/s1600/Screen%2BShot%2B2015-09-20%2Bat%2B9.08.41%2BAM.png)) +* mouse demo - [screenshot](http://2.bp.blogspot.com/-fWvW5opT0es/VhIdItdKqJI/AAAAAAAAATE/7Ojc0L1SpB0/s320/Screen%2BShot%2B2015-10-04%2Bat%2B11.47.13%2BPM.png) - included mouse test +* [gomatrix](https://github.com/gdamore/gomatrix) - converted from Termbox + ## Pure Go Terminfo Database First, it includes a full parser and expander for terminfo capability strings,