5 ms·
Well, with QML... http://en.wikipedia.org/wiki/QML http://en.wikipedia.org/wiki/QML Although, we've run into issues where the garbage collection in QML suddenl
by capisce 14y ago
Well, with QML... http://en.wikipedia.org/wiki/QML http://en.wikipedia.org/wiki/QML
Although, we've run into issues where the garbage collection in QML suddenly kicks in and causes skipped frames leading to jerky animations. Garbage collection is not a panacea, especially not if you want predictable performance, which a responsive and smoothly animating UI requires. There might be solutions like doing incremental time-bounded garbage collection or by not allowing garbage collection at all on the critical, has to run at screen refresh, animation path.