mrdoob / glsl-sandbox

Shader editor and gallery.
https://glslsandbox.com/
MIT License
1.55k stars 260 forks source link

Loading Background Images #15

Closed cdiggins closed 2 years ago

cdiggins commented 12 years ago

I am interested in using GLSL sandbox to develop 2D image filters using GLSL pixel shaders. If I could somehow specify a background image that can be used as input that would be AMAZING!

mrdoob commented 12 years ago

Maybe you can just fork the project and implement the image bit using this as reference?