Live data from Hacker News

Ask HN: How to build a desktop app in 2022

news.ycombinator.com

1–10 of 38 posts

Ask HN: How to build a desktop app in 2022

#1
I have a personal project I’ve been working on that is a desktop app with a UI that has some fairly complex data visualizations.

I’ve been using Electron because I know JS well and can leverage D3.

The problem I’m facing is that I sometimes go for months without working on it, and it feels like everyone I start up I’m running into some dumb JS/TS/Electron ecosystem issue that takes me a few hours to debug (if I don’t just give up first.)

What are some good modern tools/frameworks for building native Desktop apps? Bonus points for cross-platform support.

Re: Ask HN: How to build a desktop app in 2022

#5
post #2

Take a look at qt

Or gtk if you prefer Gnome.

I wouldn't recommend GTK until they figure out their text rendering issues (among other things). I've loved the library in the past, but it's pretty bad from a developer perspective these days.

Re: Ask HN: How to build a desktop app in 2022

#10

Electron is much better in my experience than most other cross platform toolkits. It gets better with troubleshooting as you use it more.

Reminds of the old VB6 stuff from 90s. You know it’s screwed up. But your so productive in it you just don’t care.
Post reply on HN