Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions experiments.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading