I'm looking for someone familiar with QML/Qt Quick/Kirigami who could help.
I've always had an issue with Qt Quick apps being **painfully slow**, especially when resizing, and I still don't understand why.
However, I found two workarounds.
A comparison: the same sample - different settings:
1. Default
2. QSG_RENDER_LOOP=basic
3. QT_QUICK_BACKEND=software
Why do these make apps so much faster? Shouldn't GPU acceleration be better? I'm using an RX 6600 with Mesa.







