diff --git a/Home.md b/Home.md index 98af57a..8ad70e5 100644 --- a/Home.md +++ b/Home.md @@ -47,6 +47,19 @@ Most mainstream systems with well defined tty interface will work without any is Windows applications are supported, e.g. native command prompt or power shell. Unfortunately **mintty** and other **cygwin** style application aren't supported since termbox-go doesn't support them. See this [issue](https://github.com/nsf/termbox-go/issues/66) for details. +## Similar projects in Go + +- [termui](https://github.com/gizak/termui) +- [tview](https://github.com/rivo/tview) +- [gocui](https://github.com/jroimartin/gocui) +- [gowid](https://github.com/gcla/gowid) +- [clui](https://github.com/VladimirMarkelov/clui) +- [tui-go](https://github.com/marcusolsson/tui-go) + +## Projects using Termdash + +- [grafterm](https://github.com/slok/grafterm) + ## Questions or need help? See the [[Talk to us|Talk-to-us]] for different ways of getting in touch. \ No newline at end of file