Here is a Shader

Shaders are a way to run code on your graphics card. The image you see above is being rendered on the GPU of your machine. This is advantagous for making complex graphics simply and with reasonable compute time as it harnesses the parralell processing capability of the GPU. This shader uses WebGL, which is a web version of OpenGL allowing shaders to run over the web.