Go to file
2024-07-24 14:15:35 -04:00
canvas CanvasCloser is now actually a valid type 2024-06-03 19:32:06 -04:00
data Change Text, Bytes to FromText, FromBytes 2024-07-19 15:26:03 -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
.editorconfig Add editorconfig 2024-04-29 16:23:46 -04:00
attribute.go Add equality checking for attributes 2024-07-21 22:06:10 -04:00
backend.go Rename Icons to IconSize 2024-07-20 23:09:32 -04:00
go.mod Upgrade x/image 2023-08-09 20:55:46 -04:00
go.sum Update go.sum 2024-06-03 19:33:07 -04:00
icon.go Rename Icons to IconSize 2024-07-20 23:09:32 -04:00
LICENSE Add license 2023-06-30 17:45:29 -04:00
object.go Tags are now used for checking hover, focus, pressed status 2024-07-24 14:15:35 -04:00
README.md Fix grammar in readme 2024-07-21 22:06:01 -04:00
style.go Changed Rule contstructor to Ru 2024-07-20 17:12:54 -04:00
tomo.go Dont't crash if tomo.Run callback calls tomo.Stop 2024-07-19 13:40:56 -04:00
unit.go Add TextureMode attribute 2024-07-21 02:55:29 -04:00

tomo

Go Reference

Tomo is a lightweight GUI toolkit written in pure Go. This repository defines the API that other components of the toolkit agree upon. In order to use Tomo in an application, use Nasin, which builds an application framework on top of Tomo.