From f436cbf9798fa2729c8adf57617720951604b8df Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 14 Aug 2017 18:32:20 +0100 Subject: [PATCH] Add "On Generative Algorithms" to "Online Books" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a23a8bb..b7e4c02 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Creative coding is a different discipline than programming systems in which the - [Pixel Shaders](http://pixelshaders.com/) - Interactive Introduction to Graphics Programming. - [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. ## Courses