From b55cce43111ad6f5bfe24c40b5e56b77e8a0e10d Mon Sep 17 00:00:00 2001 From: matiasperz Date: Mon, 27 Apr 2026 09:34:20 -0700 Subject: [PATCH] Add experiment: SDF SVG Playground --- experiments.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/experiments.json b/experiments.json index 3769fc1..6e0e175 100644 --- a/experiments.json +++ b/experiments.json @@ -90,6 +90,22 @@ ], "hasControls": true, "date": "2026-03-15" + }, + { + "slug": "sdf-svg-playground", + "title": "SDF SVG Playground", + "description": "Drop an SVG and tweak the shader", + "href": "https://logo-shader-experiment.vercel.app/", + "repo": "https://github.com/joyco-studio/logo-shader-experiment", + "template": "3d", + "tags": [ + "3d", + "sdf", + "threejs", + "webgpu" + ], + "hasControls": false, + "date": "2026-04-27" } ] }