summaryrefslogtreecommitdiff
path: root/devel/go-termbox
AgeCommit message (Collapse)AuthorFilesLines
2017-04-13Revbump all Go packages after the Go 1.8.1 update.bsiegert1-2/+2
2016-12-04Revbump Go packages after 1.7.4 update.bsiegert1-2/+2
2016-10-29Revbump packages depending on Go after the Go 1.7.3 update.bsiegert1-2/+2
2016-09-10Revbump all Go packages after the Go 1.7.1 update.bsiegert1-1/+2
2016-08-20New package, go-termbox.bsiegert5-0/+85
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.