WPF:
- "C# faster development" - wrong. It depends on developer programming skills.
- "Rich set of ui widgets" - wrong. Qt has a log of widgets. Including third-party.
- "Visual Studio ecosystem" - wrong. Qt has addon for MSVS and intergates pretty good.
- "WPF is dead now" - wrong. When technology is "dead" than it means, that it is ready for business applications and quite stable.
- "One platform" - wrong. It's is cross-platform.
- "Not so fast" - wrong. It depends on developer programming skills.
Qt:
- "Multiplatform" - true, same as WPF. It is not an advantage.
- "It's improves" - true, same as WPF. It is not an advantage.
- "Probably faster then WPF" - wrong. It depends on developer programmming skills.
- "For my not good visual editor" - wrong. Editor is good (for me).
- "C++, I think development in C++ is slower then in C#" - wrong. It depends on developer programming skills.
manpreet
Best Answer
2 years ago
I'm starting making new game engine from scratch (for learning purpose, later mayby for something more).
I stuck on choosing which GUI Technology pick. I wonder between WPF and Qt, I collected some pros and cons of them:
WPF:
Advantages:
Disadvantages:
Qt:
Advantages:
Disadvantages:
I'm not very familir with gui development, and I don't know what is trend now. Which is better choice in you opinion and why ?