QML for the Web
github.com
QML for the Web
1–10 of 15 posts
Re: QML for the Web
#2Anyway, I starred the project and I'm very curious about the kind of traction QML can get.
Re: QML for the Web
#3I 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.
Re: QML for the Web
#4I 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 amazing for desktop apps as well. The only problem with QML on mobile is that stuff just won't look native or match native themes. Not the end of the world though.
http://blog.qt.io/blog/2015/11/23/qt-quick-controls-re-engin...
They already have Holo, they just need Material for newer Android handsets, and those changes are going in 5.7 coming out in a few months.
Re: QML for the Web
#5I 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.
Why do you think so? Could you expand on this a bit?
I'd prefer QML myself since it means I can have a single UI codebase across platforms, plus with the qml compiler the apps can be fast.
Re: QML for the Web
#6I 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.
Re: QML for the Web
#7I also see insanity like and other delusions probably brought on from traumatic experience with current web tech.
Imagine it - http://coolprogram.stuff/main.qml working would make me cry tears as the strain on my brain as my migrane rapidly unswells and an unholy weight is lifted from my shoulders.
qmlweb, in the meantime, does the work of angels trying to bridge the gap. It is a great project to check up on to try to maintain some hope in the long run, and fake sanity when needed!
Re: QML for the Web
#8Re: QML for the Web
#9Re: QML for the Web
#10This repo has seen no changes for over 2 years. What am I missing? What's interesting here? The fact that this exists?