mrdebug
Posts: 72
Joined: Sun Apr 07, 2013 6:08 pm

OpenGLES, X11 and Qt Quick 2

Mon Aug 17, 2015 8:19 pm

My application based on Qt 5.5 (Quick) is very slow on raspberry pi. It has only a graphic timer and one cpu core is all time at 100%.
Is there a way to speed it up?
I know Qt Quick 2 can't use framebuffer but in youtube I see a lot of applications working well using OpenGLES, X11 and Qt Quick 2.
www. ???
www. ???
GMT+1
Skype: mrdebug

User avatar
topguy
Posts: 6466
Joined: Tue Oct 09, 2012 11:46 am
Location: Trondheim, Norway

Re: OpenGLES, X11 and Qt Quick 2

Mon Aug 17, 2015 8:58 pm

mrdebug wrote: My application based on Qt 5.5 (Quick) is very slow on raspberry pi. It has only a graphic timer and one cpu core is all time at 100%.
Is there a way to speed it up?
Depends probably on how you have implemented it, sound like something is polling or doing display updates continually.
mrdebug wrote: I know Qt Quick 2 can't use framebuffer but in youtube I see a lot of applications working well using OpenGLES, X11 and Qt Quick 2.
Not sure why you claim "Qt Quick 2 can't use framebuffer", I have used OpenGLES from QML on many Qt5.x versions. But you don't use it together with X11 its "either/or".

Return to “OpenGLES”