1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
Gio: Portable, immediate mode GUI
GoLab 2019 Workshop
Elias Naur
mail@eliasnaur.com
@elias_naur
https://gioui.org
https://scatter.im
https://eliasnaur.com/giobtc
* Gio
Installation
[[gioui.org][https://gioui.org]]. Look for "Installation".
$ mkdir project
$ cd project
$ go mod init example.com
$ go run gioui.org/example/kitchen
Download kitchen example
$ git clone git@git.sr.ht:~eliasnaur/gio
$ cd gio/example/kitchen
$ go run .