Giorno is a Gio UI toolkit
Find a file
2025-07-17 19:45:10 +02:00
async change prefix logging 2025-07-06 07:48:25 +02:00
contract Initial Commit, exported from local anistats 2025-06-29 12:56:10 +02:00
example Add callback example 2025-07-17 19:44:46 +02:00
ext/glayout Add glayout extension with aspect ratio utility 2025-07-17 19:45:10 +02:00
internal change prefix logging 2025-07-06 07:48:25 +02:00
loader fix i18n module path 2025-07-06 08:55:18 +02:00
localizer drop go-i18n dependency in main package 2025-07-06 07:37:25 +02:00
pkg/giorno-i18n fix i18n module path 2025-07-06 08:55:18 +02:00
router change prefix logging 2025-07-06 07:48:25 +02:00
utils/inset Initial Commit, exported from local anistats 2025-06-29 12:56:10 +02:00
go.mod drop go-i18n dependency in main package 2025-07-06 07:37:25 +02:00
go.sum drop go-i18n dependency in main package 2025-07-06 07:37:25 +02:00
go.work change prefix logging 2025-07-06 07:48:25 +02:00
go.work.sum change prefix logging 2025-07-06 07:48:25 +02:00
README.md update readme to signify instability 2025-06-29 13:06:00 +02:00

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.

loader

localizer

router

utils