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
2023-04-20 18:53:42 -04:00
artist Fixed the Texture pattern 2023-04-02 22:37:38 -04:00
assets Made readme better 2023-04-20 00:52:24 -04:00
backends Added a toggle button and lamp pattern 2023-04-20 18:40:05 -04:00
canvas
data
default Improved switch styling 2023-04-20 18:50:28 -04:00
dirs
elements Added a toggle button and lamp pattern 2023-04-20 18:40:05 -04:00
examples Added a toggle button and lamp pattern 2023-04-20 18:40:05 -04:00
fixedutil
flow
input
popups Element methods are now more consistent and have less bool flags 2023-04-18 13:14:10 -04:00
shatter
textdraw Oh my god 2023-03-31 21:14:40 -04:00
textmanip
xcf Added a whole bunch of new icons 2023-04-02 17:55:24 -04:00
backend.go Redid the entity system a bit to make it more reliable 2023-04-15 01:14:36 -04:00
config.go
element.go Overhauled mouse events 2023-04-20 14:44:54 -04:00
entity.go Made this crazy selection system 2023-04-17 02:05:53 -04:00
go.mod Grid stub 2023-04-05 02:12:17 -04:00
go.sum Upgraded xgbutil 2023-04-03 16:09:13 -04:00
LICENSE
README.md Add notice to readme that the docs on pkg.go.dev might be old 2023-04-20 01:38:19 -04:00
theme.go Added more color definitions 2023-04-20 18:53:42 -04:00
tomo.go Redid the entity system a bit to make it more reliable 2023-04-15 01:14:36 -04:00
window.go Basic support in X backend for new API 2023-04-14 00:25:05 -04:00

tomo

This repository is mirrored on GitHub.

Please note: Tomo is in early development. Some features may not work properly, and its API may change without notice.

Tomo is a GUI toolkit written in pure Go with minimal external dependencies. It makes use of Go's unique language features to do more with less. It is also easily extendable with custom backends and elements.

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. You can also view it on the web on pkg.go.dev (although it may be slightly out of date).