Hacker News new | ask | show | jobs
by brucehart 4398 days ago
There are a wide range of modules in the Qt library including an OpenGL library if you want to do 3D games. I would say that Qt is strongest in doing basic apps with standard components like buttons, images, sliders, etc. since there is a large built-in library of Qt widgets to use. The down sides are that your apps may not look 100% native and the Qt libraries add a few MB of bloat to your app size.