From f8b8dd6b8fe71b7689aad873fb8f8b82d6f46b67 Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 7 Feb 2014 09:54:35 -0500 Subject: fix picker --- tutorial.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tutorial.html') diff --git a/tutorial.html b/tutorial.html index ba6d216..47973de 100644 --- a/tutorial.html +++ b/tutorial.html @@ -11,16 +11,14 @@ a{ color: #a39; } -
Shaders are little programs that draw a picture, pixel by pixel. With ShaderBlaster, use shaders on gifs and images to make new effects. +
Shaders are procedures that draw a picture by coloring each pixel individually. Use shaders on gifs and images to make new effects. Your basic variables are position (x, y), time (t), and color (r, g, b, a). -Many math functions such as cos and sqrt are available, along with functions from GLSL like step and mix. You can see a full list by clicking "commands" above. +Many math functions such as cos and sqrt are available, along with functions from GLSL like step and mix. You can see a full list by clicking "commands" above. When you make a cool effect, render a gif and save the shader for others to use. -Click "images" below to search Dumpfm and Photoblaster for images, or enter a URL at top left. - -If you make a cool effect, you can render it out to a gif, or save the shader for others to use. +You can apply these shaders to any image. Click "images" below to search Dumpfm and Photoblaster, or enter a URL at top left.