Live data from Hacker News

GUI apps from the Go QML contest

blog.labix.org

1–10 of 12 posts

Re: GUI apps from the Go QML contest

#4
post #3
post #2

Btw, 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.

Or cross-platform OpenGL ES 2 apps. Just like Android and iOS do it. ;)

Re: GUI apps from the Go QML contest

#6
post #3
post #2

Btw, 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.

There is no such thing as "chrome native support". Go has a NaCl port, but that doesn't support Chrome.

Re: GUI apps from the Go QML contest

#8
post #5
post #2

Btw, what is the most mature GUI toolkit for Go nowadays? Any experience using gotk3?

I'd say the Go-QML is the most mature.

Agreed!

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

#9
post #2

Btw, what is the most mature GUI toolkit for Go nowadays? Any experience using gotk3?

I'd say Go-QML as well, not just because it already works quite well but because it's actively developed and maintained. I've been following the project on GitHub and Gustavo Niemeyer has done an impressive work so far, and is quick to deal with pull requests and to answer issues.
Post reply on HN