github.com/utopiagio/gio@v0.0.8/README.md (about) 1 # Gio - https://github.com/utopiagio/gio 2 3 Immediate mode GUI programs in Go for Android, iOS, macOS, Linux, 4 FreeBSD, OpenBSD, Windows, and WebAssembly (experimental). 5 6 # Installation, examples, documentation 7 8 Go to [github.com/utopiagio/gio](https://github.com/utopiagio/gio). 9 10 [![builds.sr.ht status](https://builds.sr.ht/~eliasnaur/gio.svg)](https://builds.sr.ht/~eliasnaur/gio) 11 12 ## Issues 13 14 File bugs and TODOs through the [issue tracker](https://todo.sr.ht/~eliasnaur/gio) or send an email 15 to [~eliasnaur/gio@todo.sr.ht](mailto:~eliasnaur/gio@todo.sr.ht). For general discussion, use the 16 mailing list: [~eliasnaur/gio@lists.sr.ht](mailto:~eliasnaur/gio@lists.sr.ht). 17 18 ## Contributing 19 20 Post discussion to the [mailing list](https://lists.sr.ht/~eliasnaur/gio) and patches to 21 [gio-patches](https://lists.sr.ht/~eliasnaur/gio-patches). No Sourcehut 22 account is required and you can post without being subscribed. 23 24 See the [contribution guide](https://github.com/utopiagio/gio/doc/contribute) for more details. 25 26 An [official GitHub mirror](https://github.com/gioui/gio) is available. 27 28 ## Tags 29 30 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. 31 32 Tags follow semantic versioning. In particular, as the major version is zero: 33 34 - breaking API or behavior changes will increment the *minor* version component. 35 - non-breaking changes will increment the *patch* version component.