quorum/vendor/github.com/nsf/termbox-go
Felix Lange 2c4455b12a vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
..
AUTHORS Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
LICENSE Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
README.md vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
api.go vendor: update all dependencies except Azure SDK 2017-01-10 22:33:24 +01:00
api_common.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
api_windows.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
collect_terminfo.py Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
syscalls.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
syscalls_darwin.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
syscalls_darwin_amd64.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
syscalls_dragonfly.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
syscalls_freebsd.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
syscalls_linux.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
syscalls_netbsd.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
syscalls_openbsd.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
syscalls_windows.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
termbox.go vendor: update all dependencies except Azure SDK 2017-01-10 22:33:24 +01:00
termbox_common.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
termbox_windows.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
terminfo.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
terminfo_builtin.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00

README.md

Termbox

Termbox is a library that provides a minimalistic API which allows the programmer to write text-based user interfaces. The library is crossplatform and has both terminal-based implementations on *nix operating systems and a winapi console based implementation for windows operating systems. The basic idea is an abstraction of the greatest common subset of features available on all major terminals and other terminal-like APIs in a minimalistic fashion. Small API means it is easy to implement, test, maintain and learn it, that's what makes the termbox a distinct library in its area.

Installation

Install and update this go package with go get -u github.com/nsf/termbox-go

Examples

For examples of what can be done take a look at demos in the _demos directory. You can try them with go run: go run _demos/keyboard.go

There are also some interesting projects using termbox-go:

  • godit is an emacsish lightweight text editor written using termbox.
  • gomatrix connects to The Matrix and displays its data streams in your terminal.
  • gotetris is an implementation of Tetris.
  • sokoban-go is an implementation of sokoban game.
  • hecate is a hex editor designed by Satan.
  • httopd is top for httpd logs.
  • mop is stock market tracker for hackers.
  • termui is a terminal dashboard.
  • termloop is a terminal game engine.
  • xterm-color-chart is a XTerm 256 color chart.
  • gocui is a minimalist Go library aimed at creating console user interfaces.
  • dry is an interactive cli to manage Docker containers.
  • pxl displays images in the terminal.
  • snake-game is an implementation of the Snake game.
  • gone is a CLI pomodoro® timer.
  • Spoof.go controllable movement spoofing from the cli
  • lf is a terminal file manager
  • rat lets you compose shell commands to build terminal applications.

API reference

godoc.org/github.com/nsf/termbox-go