shadertoy-shaders/README.md

742 B

Shadertoy Shaders

These are version-controlled copies of my Shadertoy shaders.

Shadertoy is a website for writing GLSL fragment shaders, which are functions that take a pixel location as input and return a color as output. Through a lot of math, this is all you need to display all sorts of cool stuff to the screen using the GPU.

Only publically-shown shaders will show up on my profile, but seeing as I haven't published any finished products yet, all of my shaders are unlisted and will not show up. I will, however, contain a link to each shader on Shadertoy at the top of the file, so it will still be possible to view each shader through this repository.