From 4621cdb32a15c6ca0f4a55f48d4e425c167e5758 Mon Sep 17 00:00:00 2001 From: Joaquin Montes Date: Thu, 12 Mar 2026 18:24:48 -0300 Subject: [PATCH] Update experiment: Dot Interactive --- experiments.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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",