Qt? MAUI?
Ask HN: Which cross platform desktop GUI to use instead of Electron?
11–15 of 15 posts
Re: Ask HN: Which cross platform desktop GUI to use instead of Electron?
#12I'm one of the developers of Slint[0], a framework the should be ticking all the boxes for stable, lightweight, and native-style UIs supporting accessibility
Re: Ask HN: Which cross platform desktop GUI to use instead of Electron?
#13I'm one of the developers of Slint[0], a framework the should be ticking all the boxes for stable, lightweight, and native-style UIs supporting accessibility [0] https://slint.dev
I am very impressed with Slint, especially once you jump through the hoops to enable the skia rendering backend.
Re: Ask HN: Which cross platform desktop GUI to use instead of Electron?
#14I am using wails in one of my personal project currently. It's basically a combination of any frontend stack with go. File size is pretty minimal.
Re: Ask HN: Which cross platform desktop GUI to use instead of Electron?
#15So far, I have tried Qt directly with C++ and python bindings (pySide6, pyQt), where C++ is definitely the lighter option.
If you consider python bindings, you could also look into JavaFX. It has the advantage of native images or the option of a fat jar containing all platform dependant FX modules. But the resulting files won't be small.