Build desktop applications using Go and Web Technologies
1–10 of 82 posts
Re: Build desktop applications using Go and Web Technologies
#2The lengths we will go to avoid writing a proper desktop application.
Re: Build desktop applications using Go and Web Technologies
#3The 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
Re: Build desktop applications using Go and Web Technologies
#4What’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?
Re: Build desktop applications using Go and Web Technologies
#5What’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
#6Re: Build desktop applications using Go and Web Technologies
#7Anyone knows how wails v3 is progressing and if they are actually adding mobile support?
Re: Build desktop applications using Go and Web Technologies
#8Re: Build desktop applications using Go and Web Technologies
#9The 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.