From 824ba2c781a1d2e30f1630a4b8b6ea2a7db87102 Mon Sep 17 00:00:00 2001 From: Joaquin Montes Date: Wed, 11 Mar 2026 15:23:40 -0300 Subject: [PATCH] Add experiment: MSDF Text & Fluidsim --- experiments.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/experiments.json b/experiments.json index 93906c8..f6ee488 100644 --- a/experiments.json +++ b/experiments.json @@ -13,6 +13,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" } ] }