From 1283a9f0c081fd77355db616582e505e07a37f25 Mon Sep 17 00:00:00 2001 From: Joaquin Montes Date: Wed, 11 Mar 2026 15:18:25 -0300 Subject: [PATCH] Add experiment: Bichromatic grain post pass --- experiments.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/experiments.json b/experiments.json index 93906c8..16b52f3 100644 --- a/experiments.json +++ b/experiments.json @@ -13,6 +13,26 @@ ], "template": "3d", "date": "2026-03-10" + }, + { + "slug": "bichromatic-grain-post-pass", + "title": "Bichromatic grain post pass", + "description": "Two colors, one image, infinite texture. Drop any scene into a duotone post pass with tunable grain, contrast, and noise — the result lands somewhere between risograph print and silkscreen poster. Classical, gritty, and immediately striking.", + "href": "https://laboratory-bichromatic-grain.vercel.app/", + "repo": "https://github.com/joyco-studio/laboratory/tree/main/lab/gods-gods-gods#readme", + "template": "3d", + "tags": [ + "post-processing", + "shader", + "glsl", + "duotone", + "grain", + "texture", + "risograph", + "webgl", + "creative tools" + ], + "date": "2026-03-11" } ] }