Skip to content
scrouthtv edited this page Nov 8, 2020 · 3 revisions

Welcome to the termbox-go wiki!

termbox-go is a library for Go to provide low-level communcation between the developer and the terminal.

The main features include writing to arbitrary coordinates on the screen in 2bit or 8bit color mode (24bit coming soon!) and reading keyboard or mouse inputs.

It can mainly be used to create Terminal UIs. You can find examples in the _demos folder.

Clone this wiki locally