No description
  • Go 89.6%
  • C 7%
  • Java 1.7%
  • Objective-C 1.6%
Find a file
Elias Naur dfe4ff0200 app,io/key: go fmt
Signed-off-by: Elias Naur <mail@eliasnaur.com>
2026-03-17 17:10:59 +01:00
.builds .builds: fix builds 2025-12-28 10:45:38 +01:00
app app,io/key: go fmt 2026-03-17 17:10:59 +01:00
f32 f32: add tests for Affine2D transformations 2025-07-12 09:43:08 +02:00
font [text, font] Bump go-text version to 0.2.1 2024-12-18 13:28:10 -05:00
gesture layout,gesture: add option to handle vertical scroll on horizontal list 2025-05-16 16:52:45 +02:00
gpu all: run go fix 2026-02-18 08:36:57 +01:00
internal all: run go fix 2026-02-18 08:36:57 +01:00
io app,io/key: go fmt 2026-03-17 17:10:59 +01:00
layout layout: add List.Gap for spacing out items 2026-02-19 08:01:55 +01:00
op op/clip: add bounds expansion after move 2025-07-16 09:46:32 +02:00
text text: render SVG font as black-white outline 2026-03-16 08:55:01 -04:00
unit unit: add PxToDp and PxToSp 2023-01-01 10:19:50 -06:00
widget widget/material: add LayoutWidgets for adding scrollable widgets 2026-02-19 08:01:58 +01:00
.gitattributes .gitattributes: disable Windows line ending conversion 2019-12-03 13:36:31 +01:00
flake.lock flake.*: upgrade to nixpkgs 25.05, use nixpkgs android SDK 2025-05-24 11:47:43 +02:00
flake.nix flake.*: upgrade to nixpkgs 25.05, use nixpkgs android SDK 2025-05-24 11:47:43 +02:00
go.mod app: add custom scheme support 2025-12-15 22:20:54 +01:00
go.sum app: add custom scheme support 2025-12-15 22:20:54 +01:00
LICENSE LICENSE: tighten license language 2020-12-11 16:42:04 +01:00
README.md doc: update readme with tag policy 2023-07-01 12:38:39 -04:00

Gio - https://gioui.org

Immediate mode GUI programs in Go for Android, iOS, macOS, Linux, FreeBSD, OpenBSD, Windows, and WebAssembly (experimental).

Installation, examples, documentation

Go to gioui.org.

builds.sr.ht status

Issues

File bugs and TODOs through the issue tracker or send an email to ~eliasnaur/gio@todo.sr.ht. For general discussion, use the mailing list: ~eliasnaur/gio@lists.sr.ht.

Contributing

Post discussion to the mailing list and patches to gio-patches. No Sourcehut account is required and you can post without being subscribed.

See the contribution guide for more details.

An official GitHub mirror is available.

Tags

Pre-1.0 tags are provided for reference only, and do not designate releases with ongoing support. Bugfixes will not be backported to older tags.

Tags follow semantic versioning. In particular, as the major version is zero:

  • breaking API or behavior changes will increment the minor version component.
  • non-breaking changes will increment the patch version component.