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.
Sasha Koshka 34bf3038ac Replaced tomo.Image with tomo.Canvas and tomo.Pattern
This is the first step in transitioning the API over to the new
design. The new tomo.Canvas interface gives drawing functions
direct access to data buffers and eliminates overhead associated
with calling functions for every pixel.

The entire artist package will be remade around this.
2023-01-14 01:54:57 -05:00
2023-01-11 16:01:06 -05:00
2023-01-09 01:03:19 -05:00
2023-01-12 19:52:21 -05:00
2023-01-12 14:12:24 -05:00
2023-01-09 01:03:19 -05:00
2023-01-09 01:03:19 -05:00
2023-01-09 01:03:19 -05:00
2023-01-09 01:03:19 -05:00
2023-01-09 01:03:19 -05:00
2023-01-11 17:57:29 -05:00
2023-01-11 17:57:29 -05:00

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.

Description
A GUI toolkit written in pure Go.
Readme 1.2 MiB
Languages
Go 99.9%
Shell 0.1%