From cb3f0c47c86f73bdd00df1809fd4f7b95ff643ed Mon Sep 17 00:00:00 2001 From: Lettier Date: Thu, 6 Feb 2020 10:59:43 -0500 Subject: [PATCH] Adds 3D Game Shaders For Beginners (#3540) --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 30caef2b..c50e857e 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -269,6 +269,7 @@ ### Graphics Programming +* [3D Game Shaders For Beginners](https://github.com/lettier/3d-game-shaders-for-beginners) - David Lettier (Git) [(HTML)](https://lettier.github.io/3d-game-shaders-for-beginners) * [Blender 3D: Noob to Pro](https://en.wikibooks.org/wiki/Blender_3D%3A_Noob_to_Pro) - Wikibooks * [Computer Graphics from scratch](http://gabrielgambetta.com/computer-graphics-from-scratch) - Gabriel Gambetta (:construction: *in process*) * [DirectX manual](http://user.xmission.com/~legalize/book/download/index.html) (draft) -- GitLab