Next Gen QML ?
-
Back in 2019, I was supper exited to read following on https://www.qt.io/blog/2019/08/07/technical-vision-qt-6
Make JavaScript an optional feature of QML. Having a full JavaScript engine when using QML can complicate things and is an overhead especially when > targeting low-end hardware such as microcontrollers. It is however extremely useful in many use cases.
Support compiling QML to efficient C++ and native code. With strong typing and simpler lookup rules we can convert QML to efficient C++ and native
code, significantly increasing runtime performanceSo Qt6 is released and I can't find most the above things in https://wiki.qt.io/New_Features_in_Qt_6.0
Are these changes not going to happen ? or its just that they will arrive in later version in Qt 6.X ?
-
Hi,
That's something you should rather ask on the interest mailing list. You'll find there Qt developers/maintainers. This forum is more user oriented.
-
@noone said in Next Gen QML ?:
Are these changes not going to happen ? or its just that they will arrive in later version in Qt 6.X ?
They are going to happen, but later in Qt 6 lifetime. I've heard Qt 6.3 being thrown around, but nothing's set in stone.