Go to file
2024-05-25 00:52:25 -04:00
canvas Changed the wording of the coment describing canvas.Drawer 2024-05-20 00:18:26 -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
.editorconfig Add editorconfig 2024-04-29 16:23:46 -04:00
backend.go Un-export backend Initialize() function 2024-05-25 00:52:25 -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
icon.go Change theme variable from current -> theme 2024-05-25 00:51:34 -04:00
LICENSE Add license 2023-06-30 17:45:29 -04:00
object.go Replace SetTexture with SetTextureTile and SetTextureCenter 2024-05-24 14:47:43 -04:00
README.md Add more information to README.md 2024-05-14 12:43:40 -04:00
theme.go Change theme variable from current -> theme 2024-05-25 00:51:34 -04:00
tomo.go Un-export backend Initialize() function 2024-05-25 00:52:25 -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 on. In order to use Tomo in an application, use Nasin, which builds an application framework on top of Tomo.