I've been using the Go bindings for Dear Imgui with great success. https://github.com/inkyblackness/imgui-go
On Saturday, 12 September 2020 at 01:05:11 UTC+1 [email protected] wrote: > There is a gtk binding, but I'm not sure if it's fully cross platform. > > https://github.com/gotk3/gotk3 > > On Fri, Sep 11, 2020, 6:26 PM Kent Sandvik <[email protected]> wrote: > >> I tested fyne on my Mac, hey didn't crash, that's a big plus with these >> cross-platform GUI frameworks. The Look&Feel is somewhat different but with >> some tweaks it could be made manageable. But for any large text-based >> application with text styling and so forth I would use Electron or a >> similar browser-engine framework. --Kent >> >> On Fri, Sep 11, 2020 at 2:58 PM Serge Hulne <[email protected]> wrote: >> >>> I had a look again at "Fyne". It seems to have improved a lot lately, in >>> particular the default size for fonts etc seems much better! >>> Thanks again for the suggestion. >>> >>> On Sunday, 2 August 2020 at 23:43:56 UTC+2 [email protected] wrote: >>> >>>> On Sunday, 2 August 2020 at 23:24:20 UTC+2 [email protected] wrote: >>>> >>>>> There is currently no 'clear choice' for GUI in go. It will depend on >>>>> you needs. Some to look into: >>>>> >>>>> https://bitbucket.org/rj/goey/src/master/ >>>>> https://gioui.org/ >>>>> https://github.com/andlabs/ui >>>>> https://github.com/goki/gi >>>>> https://github.com/lxn/walk >>>>> >>>> >>>> There's also https://fyne.io. >>>> >>>> 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 [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/golang-nuts/729a782e-d87f-4ca9-9a08-740fd758d2a6n%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/golang-nuts/729a782e-d87f-4ca9-9a08-740fd758d2a6n%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- >> 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 [email protected]. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/golang-nuts/CAHC_roHE9sTye127Gd%3DfxvDNXZU_R-yUdazpuskyxHfL9bkOiw%40mail.gmail.com >> >> <https://groups.google.com/d/msgid/golang-nuts/CAHC_roHE9sTye127Gd%3DfxvDNXZU_R-yUdazpuskyxHfL9bkOiw%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/4f1e8d63-ea3a-4c00-8ffc-20c7135558c4n%40googlegroups.com.
