A GUI toolkit written in pure Go.
Go to file
Sasha Koshka a8d5a64837 Added SetTexture on Object 2023-08-21 21:52:51 -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 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 Added a texture interface 2023-08-20 17:54:06 -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 Added SetTexture on Object 2023-08-21 21:52:51 -04:00
plugin.go Add files 2023-06-30 16:38:51 -04:00
texture.go Add a function to protect textures 2023-08-20 18:33:20 -04:00
tomo.go Added a texture interface 2023-08-20 17:54:06 -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.