GTK4 + Golang
Published on 31 March 2023
Prerequisites in Fedora
- Copied and pasted https://github.com/diamondburned/gotk4-examples/blob/master/gtk4/simple/main.go
- Installed these pkgs via dnf: gtk4-devel graphene-devel gobject-introspection-devel
- Upon running
go run -v .
, it takes time to compile, so you have to wait for about ~20 mins for the window to appear