Cqoicebordel / webslice-plasmoid

Add a slice of web on your desktop. https://www.pling.com/p/998902/
http://www.cqoicebordel.net/webslice-plasmoid/
GNU Affero General Public License v3.0
30 stars 12 forks source link

WebGL Support #34

Open chinmayi-r opened 2 years ago

chinmayi-r commented 2 years ago

I am trying to display a website that uses WebGL. But I am getting this message while testing for WebGL support: image

I initially thought that the problem was with my graphics card or the QtWebengine, but then I tried the same test on qutebrowser (uses the same webengine): image

What am I missing?

Cqoicebordel commented 2 years ago

Sorry for the delay.

I have no idea what you are missing. I looked it up, and webgl and 2d canvas are on by default. I tried forcing those options too, and it didn't help.
I suspect it's a limitation of WebEngineView, but it's weird, there wouldn't be any option for it if it was the case.

I will definitely look at it. But I don't have time right now, so it might be a long while before I do, sorry.