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
19 changes: 19 additions & 0 deletions experiments.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading