From b8300fb1e7a616480b9b49f3a608f52996c1c6bc Mon Sep 17 00:00:00 2001 From: nighTtide Date: Tue, 26 Jun 2018 13:15:43 -0400 Subject: [PATCH] Added interactive OpenGL Shading Language Tutorial (#2658) * Added interactive OpenGL Shading Language Tutorial * fix spacing * trailing slash --- free-programming-interactive-tutorials-en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index 41d7525a..a3c399db 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -9,6 +9,7 @@ * [Erlang](#erlang) * [F#](#f-sharp) * [Git](#git) +* [GLSL](#glsl) * [Go](#go) * [Haskell](#haskell) * [HTML / CSS](#html--css) @@ -83,6 +84,11 @@ * [Try Git](http://try.github.io) +### GLSL + +* [The Book of Shaders](https://thebookofshaders.com) + + ### Go * [Go Koans](https://github.com/cdarwin/go-koans) -- GitLab