On Thu, Mar 12, 2020 at 6:03 PM husam alkdary <husamalkdary...@gmail.com> wrote:
>
> where I can find a simple examples of GIO with golang so I can try it
>

There are 4 examples here:

    https://git.sr.ht/~eliasnaur/gio/tree/master/example

You can run them from a Go module with `go run`. For example:

    $ go run gioui.org/example/kitchen

For a primer of the unusual stateless approach to GUI programming, see the
article

    https://eliasnaur.com/blog/immediate-mode-gui-programming

-- elias

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAMAFT9U5N4sSmRpcd2cYzu6UWALKzqqmz-YN%3DyOvVifMPxmMHQ%40mail.gmail.com.

Reply via email to