From 7a91efee29886382a4fc3e44275abd1950851824 Mon Sep 17 00:00:00 2001 From: Eduxdux <31890480+eduxdux@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:39:33 -0300 Subject: [PATCH] Update readme adding q5.js.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit added q5.js The sequel to p5.js is here! 🎉 q5.js is a new implementation of the p5 API that's performance optimized and packed with additional features to make creative coding even more fun and accessible. q5 works out of the box with your existing p5 2D sketches and even supports popular libraries like p5.sound and p5play. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index a3f612a..b61d060 100644 --- a/readme.md +++ b/readme.md @@ -53,6 +53,7 @@ List of platforms where projects can be dropped - [three.js](https://threejs.org/) - JavaScript 3D library. - [T5.js](https://github.com/Tezumie/T5.js/tree/main) - Lightweight and simplified 2D graphics library designed for drawing to the canvas. - [hydra](https://github.com/hydra-synth/hydra) - Video synth and coding environment inspired by analog modular synthesizers, created by Olivia Jack. +- [Q5.js](https://q5js.org/) - New implementation of the p5 API that's performance optimized and packed with additional features. ## Articles • Tutorials