Closed elmatou closed 4 years ago
I'll respond to myself to the first question.
I was triyng to use a canvas, already set with a 2D
context because it was filled with a webcam capture.
buffer.getContext('2d').drawImage(video, 0, 0);
the canvas used by GlslCanvas should be clean of this to work.
But really debugging was a bit long without an explicit error from GlslCanvas.
Hi everyone,
I was trying to setup the lib for one of my project. but while trying to use the librairy à constently get the folling message on my webpage : "It does not appear your computer can support WebGL...."
I tried with chromium and firefox, on linux and android and got the same error. while reading "the book of shaders" every samples and examples seem to work fine on the same browser I got the error.
It works even with the following test : https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/By_example/Detect_WebGL
First, I'm wondering what I'm doing wrong ? Second It seems the error message is not very useful and do not provide a lot of information.
I'm using the lib with these lines :
Any guess ?