[Interest] QML performance on iOS?

Alan Alpert 416365416c at gmail.com
Tue Jan 28 20:54:21 CET 2014


Why not tell them that QML is native? It is just instantiating a tree
of C++ objects (if you aren't using JS bindings). If you do a C++/QML
app, with C++ for the logic instead of JS, then the only performance
cost over "100% native" will be the startup time.

--
Alan Alpert

On Mon, Jan 27, 2014 at 7:38 PM, Jason H <scorp1us at yahoo.com> wrote:
> I have been talking to many people about the iOS availability of QML.
> Repeatedly, I run into the response "We want to keep it native because of
> performance" Invariably, these people have tried Flash and it didn't work
> out well. What can I do/say to convince them otherwise. I figure QML would
> perform well, using all the native stuff and scene graph. Has anyone done
> flash, native and QML and can elaborate on the relative performance ?
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>



More information about the Interest mailing list