-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebGL Issue on Google Chrome #76
Comments
I checked the demo in Chrome (latest version) and it seems to run just fine on my PC. Could you perhaps give a bit more details? Web page, OS, Chrome version? |
Hi, I have this problem on both of my machines, one on Win7, the other on Win8.1, when in chrome. I checked the versions on both machines and they say: I checked your demo page and it reacts in the same slow way as my website (https://gmvehicleservices.co.uk) vid1.mp4vid2.mp4I've attached 2 videos. Github has renamed them, but I assume they are in order. So the first one is on a Win 8.1 machine with FF, and it seems fine. When I first set this up, about a year ago it worked fine on chrome. I hope this helps Regards, Brendan |
As an additional note. I've also noticed that the ripple effect does not work well on some older MAC screens. Maybe this is a WEBGL support problem. |
I honestly have no clue where to even begin. I don't have any machines with Win 7 or 8.1 so I cannot easily test different things out. Does other WebGL stuff work fine? Also, could you maybe change the line that says this.context = gl = canvas.getContext('webgl') || canvas.getContext('experimental-webgl') to this.context = gl = (
canvas.getContext('webgl', { powerPreference: 'high-performance' }) ||
canvas.getContext('experimental-webgl', { powerPreference: 'high-performance' })
) and see if it makes any difference? |
Hi, I had noticed this problem few days ago, on OPERA browser , CPU usage spikes to up to 100. Google Chrome is using enormous CPU . All this, without even using an effect. I've just loaded page, standing still , , cpu 90 % on certain browsers..... |
Web GL is dead. Find an alternatiive |
And what would that be? |
Hi,
I've noticed recently that your ripples.js plugin does not work well with chrome anymore. It works fine on Firefox and IE.
This problem has existed for a while now. Are there plans afoot to modify the JS so that Chrome can render the ripples properly?
The problem seems to be with the way Chrome renders WebGL.
Thanks for an otherwise great little JS plugin.
The text was updated successfully, but these errors were encountered: