Y
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
pjmlp
3996 days ago
The commercial version compiles QML into native code.
http://doc.qt.io/QtQuickCompiler/
link
emidln
3996 days ago
Sweet, will check try this out tonight! Thanks for the tip!
link
http://doc.qt.io/QtQuickCompiler/