HACKER Q&A
📣 mario_kart_snes

Writing a Windows Program in 2022?


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?


  👤 moasda Accepted Answer ✓
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/


👤 DaOne256
C# with Windows Forms or C++ with Qt. That would be the easiest options.

👤 jfmatth
Flutter!