From 37b8af1d4210d77d7142f86a1fc4fa74b413d175 Mon Sep 17 00:00:00 2001 From: Matthias Esterl Date: Fri, 24 Jul 2020 19:13:59 +0200 Subject: [PATCH] Added Shelly.dev (#120) Shelly is a programming language for drawing. Drawing is done by issuing instructions to a turtle. The turtle draws lines and shapes as it moves, using various colors and styles. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index cfc7444..ecd7d7f 100644 --- a/readme.md +++ b/readme.md @@ -224,6 +224,7 @@ Creative coding is a different discipline than programming systems. The goal is - [ShaderGif](https://shadergif.com/) - Open source home for art made with code (WebGL1/2, JavaScript Canvas & P5.js). - [P5LIVE](https://teddavis.org/p5live/) - p5.js live-coding environment. - [NEORT](https://neort.io/popular) - Digital art platform for creative coders (Fragment Shader, Javascript Canvas). +- [Shelly](https://shelly.dev/) - Learn programming by issuing instructions to a turtle. ### Hardware