A GUI toolkit written in pure Go.
Sasha Koshka
34bf3038ac
This is the first step in transitioning the API over to the new design. The new tomo.Canvas interface gives drawing functions direct access to data buffers and eliminates overhead associated with calling functions for every pixel. The entire artist package will be remade around this. |
||
---|---|---|
artist | ||
assets | ||
backends/x | ||
defaultfont | ||
elements | ||
examples | ||
flow | ||
popups | ||
theme | ||
backend.go | ||
canvas.go | ||
event.go | ||
go.mod | ||
go.sum | ||
input.go | ||
LICENSE | ||
README.md | ||
tomo.go |
Tomo is a GUI toolkit written in pure Go, designed to be minimalist, frugal, and extendable. It is currently in early development, so some features may not work as expected.
You can find out more about how to use it by visiting the examples directory,
or pull up its documentation by running godoc
within the repository.