A GUI toolkit written in pure Go.
This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-01-13 13:55:20 -05:00
artist Fixed not setting text drawer max size properly 2023-01-12 18:00:36 -05:00
assets Added simple readme 2023-01-11 16:01:06 -05:00
backends/x Keynav moment 2023-01-11 22:30:14 -05:00
defaultfont
elements Clock hands are more accurate 2023-01-13 13:55:20 -05:00
examples Analog clock widget!! 2023-01-12 19:52:21 -05:00
flow Added an example of how to use the flow 2023-01-12 15:33:50 -05:00
popups NewDialog now returns a window. 2023-01-12 14:12:24 -05:00
theme Added extended selection capabilities to the API 2023-01-11 15:46:48 -05:00
backend.go
event.go
go.mod
go.sum
input.go
LICENSE Added license 2023-01-11 17:57:29 -05:00
README.md Added license 2023-01-11 17:57:29 -05:00
tomo.go Keynav moment 2023-01-11 22:30:14 -05:00

tomo

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.