dull
is a text user interface library.
It provides a means of writing applications with windows
that display a grid of cells.
The windows bear a resemblance to terminal windows, but the similarity
is purely visual.
warning : dull is currently just an experiment, and is not ready for prime time.
go
- essentialmake
- nice to have
go get -v -u github.com/pekim/dull
cd $GOPATH/src/github.com/pekim/dull
# install required go tools, and dull packages
make install
# run a simple demo
make run_simple