/shader-sketches

Some animations written as GLSL fragment shaders.

Primary LanguageGLSLDo What The F*ck You Want To Public LicenseWTFPL

Shader Sketches by Jesse Crossen

These are some whimsical animations that I'm fooling around with as an excercise in learning GLSL. If your browser supports WebGL, you can look at them here. These are all 100% pure fragment shader code, there are no textures involved.

Rendering is handled by glslCanvas. I've been educated and inspired by The Book of Shaders.