From fd11f4923f005ce530c54391d13d0631a592469f Mon Sep 17 00:00:00 2001 From: Dexter Shepherd Date: Mon, 6 Feb 2017 17:34:03 -0800 Subject: [PATCH] adding link to Kadenze creative coding section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0120d4..6e0c9e1 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ Creative coding is a different discipline than programming systems in which the - [Learn OpenGL](https://learnopengl.com/) - Learn the inner workings of computer graphics. - [Cat Like Coding](http://catlikecoding.com/unity/tutorials/) - Tutorials on math, algorithms, and Unity features. - [Three glslify example](https://github.com/mattdesl/three-glslify-example) - Example on how to use three.js with glslify. +- [Kadenze Creative Coding](http://try.kadenze.com/creative-coder/) - Selection of Kadenze courses covering p5.js, TensorFlow, Max/Jitter, and ChucK. ## Interactive tutorials - [Shader-school](https://github.com/stackgl/shader-school) - Workshop for GLSL shaders and graphics programming.