You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.