Hacker News new | ask | show | jobs
by emidln 3996 days ago
I've found loading QML-based interfaces to be slow on low to mid range android phones. It feels sluggish to start the app. I wonder if the alternate (QWidgets on an OpenGLContext) is still better than random DOM hacks?
1 comments

The commercial version compiles QML into native code.

http://doc.qt.io/QtQuickCompiler/

Sweet, will check try this out tonight! Thanks for the tip!