[go-nuts] Re: UI in golang

2018-09-03 Thread Alex
Doing native UI in Go isn't something I would recommend a total newbie to 
programming to do as most if not all the tutorials you would find would be 
written for C/C++.
So then you would have to figure out how to translate that to the Go 
bindings or maybe even have to write parts of the program in C and call it 
from Go code.
Or worse, not having any tutorials at all.

If your goal is to do native UI apps, I highly suggest you start with C/C++ 
to make your life much easier until you've learnt enough.
If you want to use/learn Go, I would suggest you start with a web app or a 
command line app as tutorials for those are easy to find.

On Tuesday, 4 September 2018 00:49:12 UTC+8, Diego Rocha wrote:
>
> What UI framework are you using in production? I'm trying to do a simple 
> text editor, but actually I don't know what framework I should use. (I'm 
> new to the language and to the world of programming) thanks.
>

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


[go-nuts] Re: UI in golang

2018-09-03 Thread Rich
I've never worked with it but it looks like GTK might be a good choice.  
It's cross platform and says there is a version for Go.

https://www.gtk.org/language-bindings.php



On Monday, September 3, 2018 at 12:49:12 PM UTC-4, Diego Rocha wrote:
>
> What UI framework are you using in production? I'm trying to do a simple 
> text editor, but actually I don't know what framework I should use. (I'm 
> new to the language and to the world of programming) thanks.
>

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