Windows 7+ desktop apps - what's the best UI toolkit for a new project?
- by Chris Adams
I'm trying to make a decision for a new Windows desktop app: what to use for the UI. (This is a desktop app that needs to have compatibility with Windows 7. It won't be distributed on the Windows Store.)
This application is going to be cross-platform. I intend on writing the core in C++, and using each platform's native UI toolkit. I feel this is…