
Originally Posted by
Ericg
Its optimized for anything. You can have them be really complicated and big for desktop apps, or really minimal for mobile apps.
Its not HARD, youre right. Its just easier in QML. Literally like 10 lines of code.
Qt4 and GTK are HORRIBLY accelerated, very inconsistent cuz of legacy code paths
Javascript is a fine language for really... its also platform agnostic, which is a keypart for QML's work (availability to mobile, on platforms OTHER than the one it was dev'ed on.)
You can use C++ with QML, its just not the preferred language. But you can do. QML's backends are all C++ based, you just dont normally interact with those.