We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9cb1a86 commitbe0bc6eCopy full SHA for be0bc6e
index.html
@@ -66,10 +66,12 @@ <h3>WebGL Workshop</h3>
66
<p>
67
Some other good learning resources include
68
<atarget="_blank"href="http://learningwebgl.com">Learning WebGL</a>,
69
-<atarget="_blank"href="http://www.webglacademy.com/">WebGL Academy</a>, and
+<atarget="_blank"href="http://www.webglacademy.com/">WebGL Academy</a>,
70
+<atarget="_blank"href="http://shadertoy.com">Shadertoy</a>, and
71
<atarget="_blank"href="http://glslsandbox.com/">GLSL Sandbox</a>.
72
73
If you're particularly interested in shaders, you might want to check out
74
+<atarget="_blank"href="http://thebookofshaders.com">The Book of Shaders</a>,
75
<atarget="_blank"href="http://aerotwist.com/tutorials/an-introduction-to-shaders-part-1/">An Introduction to Shaders</a> or
76
<atarget="_blank"href="http://notes.underscorediscovery.com/shaders-a-primer/">Primer: Shaders</a>.
77
</p>