From 95d632215fc9a53814db8b0d1dcf4824f3d30477 Mon Sep 17 00:00:00 2001 From: Terkel Date: Mon, 27 Mar 2017 18:27:25 +0200 Subject: [PATCH] Perlin Noise link added to Math. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d479df..2b36e5f 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ Creative coding is a different discipline than programming systems in which the - [Immersive Math](http://immersivemath.com/ila/index.html) - Fully interactive linear algebra. - [Image Kernels](http://setosa.io/ev/image-kernels/) - Interactive and visual introduction to image kernels. - [Sine and Cosine](http://setosa.io/ev/sine-and-cosine/) - Interactive explination of sine and cosine. +- [Perlin Noise](https://eev.ee/blog/2016/05/29/perlin-noise/) - Perlin noise explained in detail. ## Inspiration