Go to file
2024-06-07 18:57:16 -04:00
canvas CanvasCloser is now actually a valid type 2024-06-03 19:32:06 -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
.editorconfig Add editorconfig 2024-04-29 16:23:46 -04:00
backend.go Remedy #10 2024-06-07 18:57:16 -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 Remedy #10 2024-06-07 18:57:16 -04:00
LICENSE
object.go Remedy #10 2024-06-07 18:57:16 -04:00
README.md Add more information to README.md 2024-05-14 12:43:40 -04:00
theme.go Remedy #10 2024-06-07 18:57:16 -04:00
tomo.go Remove references to MainWindow 2024-06-07 00:56:29 -04:00
unit.go Break some scalars, vectors, and enums into a separate file 2024-06-07 18:21:15 -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.