A GUI toolkit written in pure Go.
Go to file
Sasha Koshka fdea479ee7 Textures have been moved to the canvas module 2023-08-24 01:01:40 -04:00
canvas Textures are now actually used 2023-08-23 18:04:54 -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 All icons now return textures 2023-08-20 18:41:46 -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 Textures have been moved to the canvas module 2023-08-24 01:01:40 -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 Textures are now actually used 2023-08-23 18:04:54 -04:00
plugin.go Add files 2023-06-30 16:38:51 -04:00
tomo.go Textures have been moved to the canvas module 2023-08-24 01:01:40 -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.