From ec07daf80f7c1e281c611441f1221c619087f785 Mon Sep 17 00:00:00 2001 From: Matthias Esterl Date: Mon, 31 May 2021 15:56:21 +0200 Subject: [PATCH] Adds "Noise in Creative Coding" article (#145) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 414caa1..bb6d9dc 100644 --- a/readme.md +++ b/readme.md @@ -355,6 +355,7 @@ Creative coding is a different discipline than programming systems. The goal is #### Other +- [Noise in Creative Coding](https://varun.ca/noise/) - In-depth blog post about noise as an indispensable tool for creative coding. - [Cat Like Coding](http://catlikecoding.com/unity/tutorials/) - In depth tutorials on math, algorithms and Unity. - [Fun Programming](http://funprogramming.org/) - Learn creative coding writing simple programs. - [Creative-coding on iOS with C4](http://www.creativeapplications.net/tutorials/creative-coding-on-ios-with-c4-tutorial/) - Introduction to C4 published on Creative Applications.