Can I get GLSL shaders to work in Processing.js ?
I have a program in Processing (2.0 beta) with shaders, and would like to make it work on Processing.js.
I can get the program to run without errors in various browsers, but it doesn't display anything.
Otherwise, I can create the shaders in WebGL, but how to integrate them with the Processing.js code ?
thanks for any pointers,
Luc