Skip to content

strangerintheq/ShaderToy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

new ShaderToy(`
    void main(void) {
        vec2 uv = gl_FragCoord.xy/resolution - 0.5;
        uv.x *= resolution.x/resolution.y;
        gl_FragColor = vec4(uv, sin(time), 1.);
    }
`).fullscreen().loop();

About

super tiny webgl fragment shader toy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published