shadertoy-shaders/README.md

13 lines
742 B
Markdown

# Shadertoy Shaders
These are version-controlled copies of [my Shadertoy shaders](https://www.shadertoy.com/user/jamestmartin).
[Shadertoy](https://www.shadertoy.com/) 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.