Live data from Hacker News

Ask HN: What is the best way to build a desktop app in Windows in 2023?

news.ycombinator.com

1–10 of 107 posts

Re: Ask HN: What is the best way to build a desktop app in Windows in 2023?

#5
The answer is: pick your poison. There is no best way. Microsoft would have you believe it is WinUI, but there is also WinForms, WPF, UDP, Xamarin Forms, .NET MAUI, Avalonia, Uno, and several other solutions.

Even the landing page for WinUI starts off by comparing the differences between two versions of it.

https://learn.microsoft.com/en-us/windows/apps/winui/

Re: Ask HN: What is the best way to build a desktop app in Windows in 2023?

#9

Delphi is probably the best, but I can't afford it. Lazarus is pretty good, except for the documentation, which needs a huge refactoring effort. You can put together small applications in minutes.

What does the free personal version of Delphi not give you?

Re: Ask HN: What is the best way to build a desktop app in Windows in 2023?

#10
You need to check whatever half-arsed framework "that will be universal and encompass everything" Microsoft is promoting this specific month, and then violently ignore it and use proven things like wxWidgets or WinForms instead.

(There is no native look and feel on Windows any more. Microsoft pissed on that concept a long time ago.)

Post reply on HN