From a95b93c39c83908cb3b1c08350a18cf9a799c15f Mon Sep 17 00:00:00 2001 From: AlejoPeque Date: Fri, 1 May 2026 18:53:42 -0300 Subject: [PATCH] Add experiment: Knight Grass --- experiments.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/experiments.json b/experiments.json index 78d1c9e..0f1a671 100644 --- a/experiments.json +++ b/experiments.json @@ -106,6 +106,25 @@ ], "hasControls": true, "date": "2026-04-27" + }, + { + "slug": "knight-grass", + "title": "Knight Grass", + "description": "Third-person paladin in a procedural grass field", + "href": "https://knight-grass.vercel.app/", + "repo": "https://github.com/alejopequeno/knight-grass", + "tags": [ + "react-three-fiber", + "threejs", + "glsl", + "shaders", + "rapier", + "procedural", + "grass", + "third-person" + ], + "hasControls": true, + "date": "2026-05-01" } ] }