diff --git a/experiments.json b/experiments.json index 7addea5..697e6a2 100644 --- a/experiments.json +++ b/experiments.json @@ -14,6 +14,25 @@ "template": "3d", "date": "2026-03-10" }, + { + "slug": "msdf-text-fluidsim", + "title": "MSDF Text & Fluidsim", + "description": "Real-time fluid simulation drives multi-channel signed distance field text rendering — watch typography dissolve, reform, and ripple as turbulent velocity fields warp glyph edges with sub-pixel precision. A study in two technologies that shouldn't work together this well.", + "href": "https://laboratory-msdf.vercel.app/", + "repo": "https://github.com/joyco-studio/laboratory/tree/main/lab/MSDF#readme", + "template": "3d", + "tags": [ + "three.js", + "glsl", + "shader", + "text", + "fluid simulation", + "msdf", + "typography", + "webgl" + ], + "date": "2026-03-11" + }, { "slug": "bichromatic-grain-post-pass", "title": "Bichromatic grain post pass",