glslCanvas
Simple tool to load GLSL shaders on HTML Canvas using WebGL
...Shaders can be loaded from inline strings or external URLs and reloaded while the page is running. Built-in uniforms expose elapsed time, viewport resolution, mouse position, and ordered texture inputs. Custom uniforms and textures can also be supplied, making the library useful for shader demos, generative graphics, interactive backgrounds, and learning tools.