Ask HN: Writing a Windows Program in 2022?

4 points by mario_kart_snes ↗ HN
I'm a web developer but looking to write a (non-cross-platform, Windows-specific) Windows native program. What's the best way to do this in 2022? WPF? .NET? UWP?

3 comments

[ 2.8 ms ] story [ 19.6 ms ] thread
C# with Windows Forms or C++ with Qt. That would be the easiest options.
I like to use Lazarus to write native Windows applications, it's FreePascal based and it doesn't need addition runtime libraries installed.

https://www.lazarus-ide.org/