瀏覽代碼

Added interactive OpenGL Shading Language Tutorial (#2658)

* Added interactive OpenGL Shading Language Tutorial

* fix spacing

* trailing slash
nighTtide 7 年之前
父節點
當前提交
b8300fb1e7
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      free-programming-interactive-tutorials-en.md

+ 6 - 0
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)