Discussion:
[go-nuts] Wxwidgets , Best GUI package for Golang!
小菜
2014-10-14 07:04:15 UTC
Permalink
Golang did not provide official GUI package, there are some QT, GTK
binding, but are not perfect, or for a long time not updated,

In fact, *wxwidgets *is the best GUI system, A lightweight, stable, no copyright
issues but the golang is not supported.

oh
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
g***@public.gmane.org
2014-10-14 07:06:58 UTC
Permalink
take a look at go qml: https://github.com/go-qml/qml
Post by 小菜
Golang did not provide official GUI package, there are some QT, GTK
binding, but are not perfect, or for a long time not updated,
In fact, *wxwidgets *is the best GUI system, A lightweight, stable, no copyright
issues but the golang is not supported.
oh
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
小菜
2014-10-14 07:24:07 UTC
Permalink
QT is too large, very troublesome installation, and copyright issues
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
Dobrosław Żybort
2014-10-14 10:38:48 UTC
Permalink
You can also check https://github.com/andlabs/ui
Post by 小菜
Golang did not provide official GUI package, there are some QT, GTK
binding, but are not perfect, or for a long time not updated,
In fact, *wxwidgets *is the best GUI system, A lightweight, stable, no copyright
issues but the golang is not supported.
oh
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
Kevin Malachowski
2014-10-17 06:16:24 UTC
Permalink
Have you tried https://github.com/JeroenD/wxGo ? I've never used it and it
looks kinda old, but since it's just generated bindings I can't imagine it
needing to be updated often anyway.
Post by 小菜
Golang did not provide official GUI package, there are some QT, GTK
binding, but are not perfect, or for a long time not updated,
In fact, *wxwidgets *is the best GUI system, A lightweight, stable, no copyright
issues but the golang is not supported.
oh
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
MarkH
2014-10-22 00:58:34 UTC
Permalink
The README file says, "There are currenly still some patches/tricks
required to get a propper build going"
Post by Kevin Malachowski
Have you tried https://github.com/JeroenD/wxGo ? I've never used it and
it looks kinda old, but since it's just generated bindings I can't imagine
it needing to be updated often anyway.
Post by 小菜
Golang did not provide official GUI package, there are some QT, GTK
binding, but are not perfect, or for a long time not updated,
In fact, *wxwidgets *is the best GUI system, A lightweight, stable, no copyright
issues but the golang is not supported.
oh
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
Loading...