A GUI toolkit written in pure Go.
Go to file
Sasha Koshka 8e25397a05 Theme roles now have a variant field 2023-08-10 17:49:22 -04:00
canvas Add a ton more doc comments 2023-08-02 01:34:07 -04:00
data Add a ton more doc comments 2023-08-02 01:34:07 -04:00
event Add colors 2023-08-09 12:08:17 -04:00
input Add function keys up to F24 2023-08-02 01:37:46 -04:00
text Added text manipulation 2023-07-19 23:58:27 -04:00
theme Theme roles now have a variant field 2023-08-10 17:49:22 -04:00
LICENSE Add license 2023-06-30 17:45:29 -04:00
README.md Add files 2023-06-30 16:38:51 -04:00
backend.go Add more doc comments 2023-07-18 21:49:36 -04:00
go.mod Upgrade x/image 2023-08-09 20:55:46 -04:00
go.sum Upgrade x/image 2023-08-09 20:55:46 -04:00
object.go Renamed Object.Box to GetBox to resolve naming conflicts 2023-08-10 17:48:40 -04:00
plugin.go Add files 2023-06-30 16:38:51 -04:00
tomo.go Add more doc comments 2023-07-18 21:49:36 -04:00
unix.go Add files 2023-06-30 16:38:51 -04:00

README.md

tomo

WIP rewrite of tomo.

This module will serve as a wafer-thin collection of interfaces and glue code so that plugins will be an actual viable concept.