From a0c94b9a11370852be03183f35f6023e92944dea Mon Sep 17 00:00:00 2001 From: Matthias Esterl Date: Sat, 6 Aug 2022 00:49:42 +0200 Subject: [PATCH] Adds Shader Park (#155) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b56e137..91aa032 100644 --- a/readme.md +++ b/readme.md @@ -215,6 +215,7 @@ Creative coding is a different discipline than programming systems. The goal is ### Online - [Shadertoy](https://www.shadertoy.com/) - Build and share shaders with the world and get inspired. +- [Shader Park](https://shaderpark.com/) - A JavaScript library for creating interactive procedural 2D and 3D shaders. - [GLSLbin](http://glslb.in/) - Fragment shader sandbox with support for glslify. - [GLSL Sandbox](http://glslsandbox.com/) - Online shader editor and gallery. - [Shdr Editor](http://shdr.bkcore.com/) - Online shader editor.