Go to advanced search

by R3Devil
Thu Apr 26, 2018 6:00 am
Forum: Advanced users
Topic: Web view straight into framebuffer
Replies: 6
Views: 1598

Re: Web view straight into framebuffer

Well, you've chosen just about the most inefficient stack to use, so that's not surprising. What's your free look like? Direct rendering seems like a premature optimization if the resource you're actually starved for is RAM. A native app could kill both birds with one stone, though. By free look, d...
by R3Devil
Wed Apr 25, 2018 9:48 pm
Forum: Advanced users
Topic: Web view straight into framebuffer
Replies: 6
Views: 1598

Re: Web view straight into framebuffer

Thank you so much for your reply :) I have already experimentet with the OpenGL (combined with different ram splits). This improved the video playing in background, but unfortunately it did not improve the responsivness or the scrolling lag. I'm searcing the web for solutions. Will definitly check o...
by R3Devil
Wed Apr 25, 2018 4:41 pm
Forum: Advanced users
Topic: Web view straight into framebuffer
Replies: 6
Views: 1598

Web view straight into framebuffer

Hi guys, I have an application written in node.js and Electron.js. Running in Chromium, from desktop (Raspbian Jessie), the performance is laggy. I've been told that running the web view straight to framebuffer (without X) will give me a performance boost. Unfortunately, I have no experience with th...

Go to advanced search