Live data from Hacker News

Ask HN: Which cross platform desktop GUI to use instead of Electron?

news.ycombinator.com

11–15 of 15 posts

Re: Ask HN: Which cross platform desktop GUI to use instead of Electron?

#13

I'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?

#15
So 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.

Post reply on HN