Added YouTube video by Greg

This commit is contained in:
Terkel
2017-02-21 21:07:43 -08:00
committed by GitHub
parent 79388a8a29
commit 14f201c8f2

View File

@@ -100,6 +100,7 @@ Creative coding is a different discipline than programming systems in which the
### Mobile
- [C4](http://www.c4ios.com) - Open-source creative coding framework for iOS.
## Learning material
- [The Coding Train](https://www.youtube.com/user/shiffman) - Daniel Shiffman makes videos about creative coding.
- [Shaders](https://github.com/mattdesl/lwjgl-basics/wiki/Shaders) - Shader tutorial in the context of lwjgl-basics.
@@ -129,6 +130,8 @@ Creative coding is a different discipline than programming systems in which the
- [COSMOS](http://www.c4ios.com/cosmos/) - An end-to-end tutorial on the design, programming and launch of an app using C4.
- [Fun Programming](http://funprogramming.org/) - Learn creative coding writing simple programs.
- [Imaginary Institute](https://imaginary-institute.com/) - Learn how to create gorgeous interactive graphics.
- [WebGL Beyond Dom](https://github.com/gregtatum/talk-webgl-beyond-dom) - Greg Tatum explain the basic of WebGL using Regl.
## Interactive tutorials
- [Shader-school](https://github.com/stackgl/shader-school) - Workshop for GLSL shaders and graphics programming.