Go to file
Sasha Koshka dcdb411c0e Modifier keys are now stored using bit flags
Or-ing together constants is cleaner than a struct literal with
booleans
2024-09-11 22:40:19 -04:00
2024-09-11 01:49:25 -04:00
2024-08-20 22:55:31 -04:00
2023-07-19 23:58:27 -04:00
2024-04-29 16:23:46 -04:00
2024-08-20 21:29:12 -04:00
2024-08-20 21:22:19 -04:00
2024-09-11 01:06:54 -04:00
2024-07-21 22:06:01 -04:00
2024-09-11 00:54:45 -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.

Description
Languages
Go 100%