hsson / go-tui

Go Terminal UI Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tui — Go Terminal UI Framework

EXPERIMENTAL This framework is in a very early stage of active development. There are no guarantees of stability or backwards compatibility whatsoever.

tui is based on the excellent https://github.com/jroimartin/gocui which is in turn based on the also excellent https://github.com/nsf/termbox-go

The goal of tui is to be easy to use and to get started with. As development continues, I hope to make many useful and simple to use widgets/components available.

Preview

preview of tui

Run the above example yourself:

go run ./example/main.go

About

Go Terminal UI Framework

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%