05-07-2023, 09:03 AM
(05-07-2023, 06:34 AM)diederik Wrote: I don't know, but I would be VERY surprised if an app in a web browser would be faster then a native app.
Kirigami seems to be using QtQuick? and that seems to be using OpenGL or Metal. I think Mali400 only has 'OpenGL ES' and OpenVG, so maybe the performance issue with these apps is that they are hitting a software rendering pipeline? At least on a Raspberry Pi I have been getting some good performance with WebGL and canvas2d stuff. Browsers tend to be quite well optimized on the rendering level at least. I guess I wont know until I start trying it, but being new to Linux phone development I wanted to get a feel for the current approaches in use by more experienced app developers.