summaryrefslogtreecommitdiff
path: root/tutorial.html
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-02-07 09:54:35 -0500
committerjules <jules@okfoc.us>2014-02-07 09:54:35 -0500
commitf8b8dd6b8fe71b7689aad873fb8f8b82d6f46b67 (patch)
treea407ea875b0ec00b72167c438b46d2852e1561f8 /tutorial.html
parent2b1d57245acbe0c9202c0e1d736242926211150d (diff)
fix picker
Diffstat (limited to 'tutorial.html')
-rw-r--r--tutorial.html8
1 files changed, 3 insertions, 5 deletions
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; }
</style>
</head>
<body>
-<article id="pre">Shaders are little programs that draw a picture, pixel by pixel. With ShaderBlaster, use shaders on gifs and images to make new effects.
+<article id="pre">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 <i>cos</i> and <i>sqrt</i> are available, along with functions from GLSL like <i>step</i> and <i>mix</i>. You can see a full list by clicking "commands" above.
+Many math functions such as <i>cos</i> and <i>sqrt</i> are available, along with functions from GLSL like <i>step</i> and <i>mix</i>. 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 <a href="http://dump.fm/">Dumpfm</a> and <a href="http://asdf.us/im/">Photoblaster</a> 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 <a href="http://dump.fm/">Dumpfm</a> and <a href="http://asdf.us/im/">Photoblaster</a>, or enter a URL at top left.
</article>
</body>
<script>