Skip to content

hsson/go-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages