GUI apps from the Go QML contest
blog.labix.org
GUI apps from the Go QML contest
1–10 of 12 posts
Re: GUI apps from the Go QML contest
#2Re: GUI apps from the Go QML contest
#3Btw, what is the most mature GUI toolkit for Go nowadays? Any experience using gotk3?
Re: GUI apps from the Go QML contest
#4Re: GUI apps from the Go QML contest
#5Btw, what is the most mature GUI toolkit for Go nowadays? Any experience using gotk3?
Re: GUI apps from the Go QML contest
#6Btw, what is the most mature GUI toolkit for Go nowadays? Any experience using gotk3?
with recent chrome native support for Go, we may be able to do cross platform HTML5 chrome apps with Go.
Re: GUI apps from the Go QML contest
#7Btw, what is the most mature GUI toolkit for Go nowadays? Any experience using gotk3?
Re: GUI apps from the Go QML contest
#8Btw, what is the most mature GUI toolkit for Go nowadays? Any experience using gotk3?
I'd say the Go-QML is the most mature.
Also, Go-QML and gotk3 are probably the only two golang non-web, traditional "widget" type UI projects worth exploring if you want something to just build apps and not spend a ton of time hacking the library itself to do what you want.
There may be some decent ones I'm not aware of but all the ones I've looked at other than Go-QML and gotk3 are some combination of abandoned, not yet ready for prime-time and/or horribly flawed at some basic level of their design.
Re: GUI apps from the Go QML contest
#9Btw, what is the most mature GUI toolkit for Go nowadays? Any experience using gotk3?