diff --git a/README.md b/README.md index 5fdddeb..091b3b9 100644 --- a/README.md +++ b/README.md @@ -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.