diff --git a/experiments.json b/experiments.json index 6e05fe0..3ba03bf 100644 --- a/experiments.json +++ b/experiments.json @@ -2,15 +2,24 @@ "$schema": "./schema.json", "experiments": [ { - "title": "Dot Interactive", "slug": "dot-interactive", + "title": "Dot Interactive", "description": "A dense halftone field that reacts to your cursor — dots swell and brighten wherever you hover, rippling outward like light catching a printed surface. Tune the grid rotation and cell count to find your pattern.", "href": "https://laboratory-dot-interactive.vercel.app/", + "repo": "https://github.com/joyco-studio/laboratory/tree/main/lab/dot-interactive#readme", + "template": "3d", "tags": [ - "webgl", "glsl", "shader", "interactive", "mouse", "halftone", "dots", "pattern", "post-processing" + "webgl", + "glsl", + "shader", + "interactive", + "mouse", + "halftone", + "dots", + "pattern", + "post-processing" ], - "template": "3d", - "date": "2026-03-10" + "date": "2026-03-12" }, { "slug": "msdf-text-fluidsim",