From 7b026aa128d1ae402014c10a595dd47f8379b632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20In=C3=A1cio?= <2952477+diegoinacio@users.noreply.github.com> Date: Mon, 30 Jan 2023 19:13:59 -0300 Subject: [PATCH] Adds Creative Coding Notebooks (#166) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 24c9402..94c6a9a 100644 --- a/readme.md +++ b/readme.md @@ -87,6 +87,7 @@ Creative coding is a different discipline than programming systems. The goal is - [A Primer on Bézier Curves](https://pomax.github.io/bezierinfo/) - A free book for when you really need to know how to do Bézier things. - [3D Game Shaders For Beginners](https://lettier.github.io/3d-game-shaders-for-beginners) - Step-by-step guide to real-time shading techniques. - [XEM WebGL Guide](https://xem.github.io/articles/webgl-guide.html) - Step-by-step guide to WebGL. +- [Creative Coding Notebooks](https://diegoinacio.github.io/creative-coding-notebooks-page/) - An authorial set of fundamental Python recipes on Creative Coding and Computer Art, by Diego Inácio. - [WebGL Academy](http://www.webglacademy.com) - Learn WebGL and 3D algorithmic in a progressive and interactive way. (Archived) ## Courses