Live data from Hacker News

Build desktop applications using Go and Web Technologies

github.com

1–10 of 82 posts

Re: Build desktop applications using Go and Web Technologies

#5
post #4

What’s not clear to me for either the readme nor their website, is how does this actually work? With Electron, for example, a stripped down Chromium is shipped. So what does the web view rendering with this package?

The OS's native rendering engine, there's no embedded browser. Here's a more detailed writeup https://wails.io/docs/howdoesitwork

Re: Build desktop applications using Go and Web Technologies

#6

The lengths we will go to avoid writing a proper desktop application.

because there is no proper UI library that does cross platform as well as the web

Not just UI. I just wrote a KDE Plasma 6 widget for systemd-networkd / networkd and it was a nightmare.

Re: Build desktop applications using Go and Web Technologies

#8

Earlier quoted context omitted.

because there is no proper UI library that does cross platform as well as the web

Not just UI. I just wrote a KDE Plasma 6 widget for systemd-networkd / networkd and it was a nightmare.

Why? Give more details please

Re: Build desktop applications using Go and Web Technologies

#9

The lengths we will go to avoid writing a proper desktop application.

But I already know how to write a web app, I don’t know how to write a desktop app. It’s faster to just write and wrap a web app, and as far as most people can tell, it works just fine.

Ya gotta be practical.

Re: Build desktop applications using Go and Web Technologies

#10

The lengths we will go to avoid writing a proper desktop application.

because there is no proper UI library that does cross platform as well as the web

What about QT? I've used that in the past and it's really good for native apps.
Post reply on HN