Ask HN: Best stack for building a desktop app?
11–20 of 47 posts
Re: Ask HN: Best stack for building a desktop app?
#12If you're using .net: maui Cross platform for win/linux/mac/ios/android
Re: Ask HN: Best stack for building a desktop app?
#13You have to look at old languages for this. In the order of preference: Qt (C++), Swing (Java), and Visual Component Library (Delphi) are three tried and tested options for you.
Re: Ask HN: Best stack for building a desktop app?
#14Re: Ask HN: Best stack for building a desktop app?
#15flutter. specially now that google fired half the team it's not worse than tauri/electron for desktop, and you get mobile for free if needed.
Re: Ask HN: Best stack for building a desktop app?
#16with no additional context when running on mac/linux/windows, I like boring technologies, doing everything within python running locally while rendering everything in the user's default web browser with basic HTML/js/css
Re: Ask HN: Best stack for building a desktop app?
#17If more time is available, then a core of plus a view part in the native platform language and API.
Re: Ask HN: Best stack for building a desktop app?
#18Re: Ask HN: Best stack for building a desktop app?
#19[flagged]
Re: Ask HN: Best stack for building a desktop app?
#20Seriously, even John Carmack would probably use Electron because it provides the most value to customer per unit of effort input.