A GUI toolkit written in pure Go.
This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Sasha Koshka 507217a9da Added license 2023-01-11 17:57:29 -05:00
artist You can choose whether or not you want text to wrap 2023-01-10 21:01:30 -05:00
assets Added simple readme 2023-01-11 16:01:06 -05:00
backends/x Added extended selection capabilities to the API 2023-01-11 15:46:48 -05:00
defaultfont Initial commit 2023-01-09 01:03:19 -05:00
elements Added extended selection capabilities to the API 2023-01-11 15:46:48 -05:00
examples Added dialog layout 2023-01-11 01:56:05 -05:00
iterator dasjkhkljashdkjsha 2023-01-10 11:51:46 -05:00
theme Added extended selection capabilities to the API 2023-01-11 15:46:48 -05:00
LICENSE Added license 2023-01-11 17:57:29 -05:00
README.md Added license 2023-01-11 17:57:29 -05:00
backend.go Initial commit 2023-01-09 01:03:19 -05:00
event.go Initial commit 2023-01-09 01:03:19 -05:00
go.mod Initial commit 2023-01-09 01:03:19 -05:00
go.sum Initial commit 2023-01-09 01:03:19 -05:00
input.go Initial commit 2023-01-09 01:03:19 -05:00
tomo.go Added extended selection capabilities to the API 2023-01-11 15:46:48 -05:00

README.md

tomo

Tomo is a GUI toolkit written in pure Go, designed to be minimalist, frugal, and extendable. It is currently in early development, so some features may not work as expected.

You can find out more about how to use it by visiting the examples directory, or pull up its documentation by running godoc within the repository.