Giorno is a Gio UI toolkit
| async | ||
| contract | ||
| example | ||
| ext/glayout | ||
| internal | ||
| loader | ||
| localizer | ||
| pkg/giorno-i18n | ||
| router | ||
| utils/inset | ||
| go.mod | ||
| go.sum | ||
| go.work | ||
| go.work.sum | ||
| README.md | ||
Giorno
A UI Kit for gio
This project is currently UNSTABLE. Breakage will occur!
Modules
Giorno is split up in modules. See below for more information on all modules
async
The async module contains an abstraction to execute asynchronous tasks (e.g. data loading).
A reference implementation can be found in the loader module.