Skip to content

michaelbromley/shader-playground

Repository files navigation

Shader Playground

Just some snippets I am working on while I learn about fragment shaders, mainly by following along with the excellent Book of Shaders.

Running The Code

The GLSL code is designed to be run with the Shader Toy extension for the VS Code editor. That is, they assume that the following uniforms are available: iResolution, iGlobalTime, iDeltaTime, iChannel0-3.

To run the code in another environment, adjust the names of the uniforms.

About

Some snippets of code for fragment shaders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages