7 comments

  • dgb231 hour ago
    The code looks nice, but when I read GUI, I want to see screenshots of GUIs.<p>Apparently a major dependency is &quot;Fyne&quot;, which does show some screenshots on their page:<p><a href="https:&#x2F;&#x2F;fyne.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fyne.io&#x2F;</a>
    • curioussquirrel55 minutes ago
      Came here to say the same. Please add a few screenshots!
  • rubenvanwyk12 minutes ago
    Very excited every time I see cross-platform GUI in go.<p>I think the right mental model is that Gova is to Fyne like DaisyUI is to TailwindCSS??
  • vr4623 minutes ago
    Looks quite nice, alternatives to Tauri always welcome although that Tauri is truly fantastic, so much to emulate.
  • iamcalledrob52 minutes ago
    I&#x27;ll be watching this project.<p>Looking forward to a Golang declarative framework.<p>My advice to the author: invest in rich multi-window support early on. It&#x27;s easy not to, but you always need it in the end, and it&#x27;s painful to retrofit.<p>I feel like there&#x27;s a great cross-platform UI story to be told with Go, since cross compiling is so easy.
  • vegancap26 minutes ago
    That&#x27;s a beautifully designed library, bravo! Will have to give it a go
  • GuardCalf1 hour ago
    I once built a small utility using the &quot;Fyne&quot; framework; it was reasonably functional and made it very convenient to compile cross-platform executables (including for Android).<p>I took a look at your recommendation, &quot;gova&quot;; it seems to be just getting started—keep up the good work!
  • donatj48 minutes ago
    This wraps Fyne? As a long time user of Fyne, what does this provide beyond Fyne itself?
    • rubenvanwyk13 minutes ago
      I think styling and ready-made components out of the box?