1
0
mirror of https://github.com/terkelg/awesome-creative-coding.git synced 2025-09-07 23:40:39 +02:00

adding link to Kadenze creative coding section

This commit is contained in:
Dexter Shepherd
2017-02-06 17:34:03 -08:00
parent fcdfa64576
commit fd11f4923f

View File

@@ -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.