https://github.com/pekim/dull
A text user interface library.
https://github.com/pekim/dull
go text-user-interface tui
Last synced: 2 months ago
JSON representation
A text user interface library.
- Host: GitHub
- URL: https://github.com/pekim/dull
- Owner: pekim
- License: mit
- Created: 2017-10-27T15:42:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T02:07:21.000Z (about 3 years ago)
- Last Synced: 2024-12-29T19:57:14.837Z (about 1 year ago)
- Topics: go, text-user-interface, tui
- Language: C
- Homepage:
- Size: 10.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dull
[](https://godoc.org/github.com/pekim/dull)
[](https://goreportcard.com/report/github.com/pekim/dull)
`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.
## pre-requisites
* `go` - essential
* `make` - nice to have
## getting started
```bash
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
```
## documentation
[godoc.org/github.com/pekim/dull](https://godoc.org/github.com/pekim/dull)