From 6a8b03915a094785f0bab9988a9b722431ca49c9 Mon Sep 17 00:00:00 2001 From: jmmendivil Date: Sun, 27 Oct 2019 08:41:15 -0600 Subject: [PATCH] add canvas-sketch framework (#100) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 39a095a..803a19b 100644 --- a/readme.md +++ b/readme.md @@ -129,6 +129,7 @@ Creative coding is a different discipline than programming systems. The goal is - [PixelKit](http://pixelkit.net/) [iOS, Mac] - Open source, live graphics, Swift framework, powered by Metal. - [OPENRNDR](https://openrndr.org/) [Cross-platform] - Open source library for creative coding written in Kotlin. - [Phaser](https://phaser.io/) [Cross-platform] - HTML5 framework for building games, uses both a Canvas and WebGL renderer. +- [Canvas-sketch](https://github.com/mattdesl/canvas-sketch) [Cross-platform] - HTML5 framework for making generative artwork in JavaScript and the browser. ### Visual Programming Languages