From d17ebd0f0c48eed472867db1f7ed0fff50109c84 Mon Sep 17 00:00:00 2001 From: C4Framework Date: Thu, 16 Feb 2017 14:39:53 -0800 Subject: [PATCH] Adds two links to learning material for C4. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62a57a0..b19304d 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,8 @@ Creative coding is a different discipline than programming systems in which the - [Think. Create. Code](https://www.edx.org/course/think-create-code-adelaidex-code101x-2) - EDX course to learn programming with ProcessingJS. - [Creative Coding](https://www.futurelearn.com/courses/creative-coding) - FutureLearn course on programming with Processing. - [Creative Programming for Digital Media & Mobile Apps](https://www.coursera.org/learn/digitalmedia) - Coursera course on creative coding with processing. - +- [Creative-coding on iOS with C4](http://www.creativeapplications.net/tutorials/creative-coding-on-ios-with-c4-tutorial/) - Introduction to C4 published on Creative Applications. +- [COSMOS](http://www.c4ios.com/cosmos/) - An end-to-end tutorial on the design, programming and launch of an app using C4. ## Interactive tutorials - [Shader-school](https://github.com/stackgl/shader-school) - Workshop for GLSL shaders and graphics programming.