From e3c00253ae9c588a2a443b5cbb386ed9cd1e6c67 Mon Sep 17 00:00:00 2001 From: Lettier Date: Fri, 7 Feb 2020 20:30:56 -0500 Subject: [PATCH] Adds 3D Game Shaders For Beginners (#106) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d1b3a34..8d27ff2 100644 --- a/readme.md +++ b/readme.md @@ -89,6 +89,7 @@ Creative coding is a different discipline than programming systems. The goal is - [On Generative Algorithms](http://inconvergent.net/generative/) - Notes about generating various organic patterns, with examples and Python code, by Anders Hoff. - [Computer Graphics from Scratch](http://www.gabrielgambetta.com/computer-graphics-from-scratch/introduction.html) - A raytracing and rasterization textbook that teaches you how OpenGL and DirectX works. - [A Primer on Bézier Curves](https://pomax.github.io/bezierinfo/) - A free book for when you really need to know how to do Bézier things. +- [3D Game Shaders For Beginners](https://lettier.github.io/3d-game-shaders-for-beginners) - Step-by-step guide to real-time shading techniques. ## Courses