I lost a little bit the focus on this topic but you might take a look at 
the various projects on Github dealing with GUIs. 

The following links provide an overview of what's available today.
http://libs.club/golang/media/gui
https://golanglibs.com/category/gui

Qt bindings are just one way to go. As kind of an IDE for Go I'm using 
LiteIDE X which based on Qt. LiteIDE X runs on Windows, Linux and Mac OS X. 
It's quite stable and fast. You might take a look at the project on 
https://github.com/visualfc/liteide to get an idea how it is done and how 
much work is involved.

Due to the many issues I had with almost any of the existing GUI projects I 
tried, I left the traditional approach and started to provide the GUI part 
in browser technology. I have to admit that doing so I have some open 
issues as well, but the problems are no longer related to dependencies and 
the like.

Shy

On Thursday, June 30, 2016 at 3:51:44 AM UTC+2, Wen-Pin Hsieh wrote:

> Hi all,
>
> I am new to go language.
> Now I am trying to develop a GUI tool with go.
> Are there any good choices such as QT or others to make the GUI
>
> Thanks
> wp
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to