Skip to content

Commit be0bc6e

Browse files
committed
Add more shader learning resources
1 parent 9cb1a86 commit be0bc6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@ <h3>WebGL Workshop</h3>
6666
<p>
6767
Some other good learning resources include
6868
<a target="_blank" href="http://learningwebgl.com">Learning WebGL</a>,
69-
<a target="_blank" href="http://www.webglacademy.com/">WebGL Academy</a>, and
69+
<a target="_blank" href="http://www.webglacademy.com/">WebGL Academy</a>,
70+
<a target="_blank" href="http://shadertoy.com">Shadertoy</a>, and
7071
<a target="_blank" href="http://glslsandbox.com/">GLSL Sandbox</a>.
7172

7273
If you're particularly interested in shaders, you might want to check out
74+
<a target="_blank" href="http://thebookofshaders.com">The Book of Shaders</a>,
7375
<a target="_blank" href="http://aerotwist.com/tutorials/an-introduction-to-shaders-part-1/">An Introduction to Shaders</a> or
7476
<a target="_blank" href="http://notes.underscorediscovery.com/shaders-a-primer/">Primer: Shaders</a>.
7577
</p>

0 commit comments

Comments
 (0)