|
|
|
|
|
by invaliduser
3730 days ago
|
|
I have mixed feelings about QML.
It somewhat looks like a new flash engine, except for mobile devices, and it became old the day React-Native appeared.
But I like the design, and the way the UI is built (descriptive ui language with javascript, integrated event management, bridged with c++). Anyway, I starred the project and I'm very curious about the kind of traction QML can get. |
|
QML is also all Javascript, but it knows better than to treat its declarative language like verbatim JS. The property system of QML is not something to underestimate, and is IMO by far the most developer friendly way to design a UI today, period. The hardware acceleration on all platforms is just a cherry on top of a usability pie.