From a97048ab4d36503f01ae33b6af9db162e2d52dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Som=C4=93=20Cho?= Date: Sat, 20 May 2023 11:00:46 +0200 Subject: [PATCH] add p5.cljs web editor to graphics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abb908c..0b3d40c 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ ### Graphics - [geom](https://github.com/thi-ng/geom) – A 2D/3D geometry toolkit for Clojure/Clojurescript. +- [p5.cljs web editor](https://github.com/somecho/p5-cljs-web-editor) - A web editor for writing p5 sketches in ClojureScript - [Quil](https://github.com/quil/quil) – A processing and graphics programming library.