Ask HN: How do you write Windows desktop software these days?
https://news.ycombinator.com/item?id=4316006I have an idea for app but instead of going the mobile route I've been thinking of making it for the good ol' Windows desktop. The problem is, I'm a couple of years removed from desktop development and things look kind of cluttered to me right now. You have .NET, WPF, and even win32 and MFC are still around (sort of). Then you have all these third-part toolkits like Qt and bindings for other languages and runtimes like PySide and wxPython.
I guess the short version of my question is: For a commercial Windows desktop application, where do you turn to get it done?