A GUI toolkit written in pure Go.
Sasha Koshka
01d8b64b24
Core actually now fulfills the Element interface on its own which is pretty cool. |
||
---|---|---|
artist | ||
assets | ||
backends/x | ||
defaultfont | ||
elements | ||
examples | ||
flow | ||
popups | ||
theme | ||
backend.go | ||
canvas.go | ||
element.go | ||
go.mod | ||
go.sum | ||
input.go | ||
layout.go | ||
LICENSE | ||
README.md | ||
tomo.go | ||
window.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.