From ec3ec28a581d0afdae5f538a80cc29ed82e84a60 Mon Sep 17 00:00:00 2001 From: Terkel Gjervig Date: Wed, 25 Apr 2018 20:49:32 -0700 Subject: [PATCH] Added Computer Graphics from scratch --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 9a437d4..ec3280f 100644 --- a/readme.md +++ b/readme.md @@ -84,6 +84,7 @@ Creative coding is a different discipline than programming systems. The goal is - [OpenGLBook](http://openglbook.com/) - Free OpenGL programming tutorial in online book format. - [Graphics Programming Projects](http://graphicscodex.com/projects/projects/index.html) - Book about 3D computational graphics by Morgan McGuire. - [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. ## Courses