From e80705aff4e9d5270fcb211d3be599111efc17e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Leo=CC=81n?= Date: Fri, 30 Jun 2017 07:53:17 +0200 Subject: [PATCH 1/2] Added Slack Team & Online Tool --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e76832..618d96c 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ Creative coding is a different discipline than programming systems in which the - [Shadershop](http://www.cdglabs.org/Shadershop/) - Interface for programming GPU shaders. - [Vertexshaderart](https://www.vertexshaderart.com/) - Online shader editor and gallery. - [Cyos](http://cyos.babylonjs.com/) - Online shader editor. +- [GlslEditor](http://editor.thebookofshaders.com/) - Simple WebGL Fragment Shader Editor. ### Hardware - [Arduino](https://www.arduino.cc/) - Open source microcontroller kits for building digital devices and interactive objects. @@ -324,6 +325,7 @@ Creative coding is a different discipline than programming systems in which the - [Creative-Dev Slack](https://creative-dev.herokuapp.com/) - Creative Development Slack. - [Generative Art Slack](https://genart.herokuapp.com/) - Generative Art Slack. +- [Creative Coding Club](http://creative-coding-club.slack.com/) - Creative Coding Club Slack. ### Other From d8b4b64aaae1d17f291e4352547c9020c1737124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Leo=CC=81n?= Date: Fri, 30 Jun 2017 08:15:51 +0200 Subject: [PATCH 2/2] Added OpenProcessing as an Online tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 618d96c..48a597c 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ Creative coding is a different discipline than programming systems in which the - [Vertexshaderart](https://www.vertexshaderart.com/) - Online shader editor and gallery. - [Cyos](http://cyos.babylonjs.com/) - Online shader editor. - [GlslEditor](http://editor.thebookofshaders.com/) - Simple WebGL Fragment Shader Editor. +- [OpenProcessing](https://www.openprocessing.org/) - create and experiment with algorithmic design, Processing and P5.js. ### Hardware - [Arduino](https://www.arduino.cc/) - Open source microcontroller kits for building digital devices and interactive objects.