Go to file
2024-08-16 17:40:39 -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
text
.editorconfig Add editorconfig 2024-04-29 16:23:46 -04:00
attribute.go Remove AttrIcon 2024-08-11 22:23:42 -04:00
backend.go Remove the registry mechanism 2024-08-11 01:45:51 -04:00
go.mod golang.org/x/image is no longer a dependency 2024-08-03 21:26:05 -04:00
go.sum golang.org/x/image is no longer a dependency 2024-08-03 21:26:05 -04:00
icon.go Add some new icons 2024-08-16 17:08:28 -04:00
LICENSE
object.go Add Bounds, InnerBounds to Window 2024-08-16 17:03:24 -04:00
README.md Fix grammar in readme 2024-07-21 22:06:01 -04:00
tomo.go Fix deadlock in Stop 2024-08-16 17:40:39 -04:00
unit.go Add String methods for all types in unit.go 2024-08-07 19:13:17 -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.