An easy way to write applications with Tomo.
Go to file
Sasha Koshka cf3b7ca651 XDG icon theme loader now uses Wintergreen icons as fallback 2024-05-28 22:13:42 -04:00
assets Initial commit 2024-04-29 00:47:50 -04:00
examples Tweak icons example 2024-05-28 21:57:34 -04:00
internal XDG icon theme loader now uses Wintergreen icons as fallback 2024-05-28 22:13:42 -04:00
.editorconfig Add editorconfig 2024-04-29 16:24:04 -04:00
LICENSE Initial commit 2024-04-29 00:47:50 -04:00
README.md More README tweaks 2024-05-14 12:50:49 -04:00
application.go Rename registry to registrar 2024-05-06 23:25:44 -04:00
go.mod Update dependencies, Tomo API 2024-05-27 16:01:34 -04:00
go.sum Update dependencies, Tomo API 2024-05-27 16:01:34 -04:00
path.go Depend on xdg for user dirs 2024-04-29 16:21:53 -04:00
path_unix.go Underscore separator for build constraint file 2024-04-29 16:22:50 -04:00

README.md

nasin

Go Reference

Nasin provides an easy way to write applications with Tomo. To get started, take a look at the examples directory and the online documentation.

Related repositories:

  • Tomo API: The API that all other parts of the toolkit agree on
  • Objects: A standard collection of re-usable objects and other GUI components