Live data from Hacker News

Show HN: Gova – The declarative GUI framework for Go

github.com

1–10 of 30 posts

Re: Show HN: Gova – The declarative GUI framework for Go

#3
I once built a small utility using the "Fyne" framework; it was reasonably functional and made it very convenient to compile cross-platform executables (including for Android).

I took a look at your recommendation, "gova"; it seems to be just getting started—keep up the good work!

Re: Show HN: Gova – The declarative GUI framework for Go

#4
post #2

The code looks nice, but when I read GUI, I want to see screenshots of GUIs. Apparently a major dependency is "Fyne", which does show some screenshots on their page: https://fyne.io/

Came here to say the same. Please add a few screenshots!

Re: Show HN: Gova – The declarative GUI framework for Go

#5
I'll be watching this project.

Looking forward to a Golang declarative framework.

My advice to the author: invest in rich multi-window support early on. It's easy not to, but you always need it in the end, and it's painful to retrofit.

I feel like there's a great cross-platform UI story to be told with Go, since cross compiling is so easy.

Post reply on HN