From be42345ea62dc8918a2ee4b82e52a39a073ee1be Mon Sep 17 00:00:00 2001 From: Nicholai Date: Fri, 2 Jan 2026 20:48:14 -0700 Subject: [PATCH] Add new resource file for loop and substrate project page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Introduce .sisyphus/ralph-loop.local.md with iteration settings and completion promise - Add src/content/projects/substrate.mdx describing AI‑powered texturing suite Hubert The Eunuch --- .sisyphus/ralph-loop.local.md | 9 +++++++++ src/content/projects/substrate.mdx | 15 +++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .sisyphus/ralph-loop.local.md create mode 100644 src/content/projects/substrate.mdx diff --git a/.sisyphus/ralph-loop.local.md b/.sisyphus/ralph-loop.local.md new file mode 100644 index 0000000..9ad2f43 --- /dev/null +++ b/.sisyphus/ralph-loop.local.md @@ -0,0 +1,9 @@ +--- +active: true +iteration: 1 +max_iterations: 100 +completion_promise: "DONE" +started_at: "2026-01-03T03:44:54.441Z" +session_id: "ses_47e0ab7d0ffeVYIumRnRO0IG1n" +--- +Complete the task as instructed diff --git a/src/content/projects/substrate.mdx b/src/content/projects/substrate.mdx new file mode 100644 index 0000000..c3de536 --- /dev/null +++ b/src/content/projects/substrate.mdx @@ -0,0 +1,15 @@ +--- +title: "Substrate" +description: "A texturing suite for 3D artists featuring AI-powered PBR material generation in UV space using a custom diffusion model. The landing page is built with Astro 5, Lenis, TypeScript, and React, while the core texturing application runs on Next.js." +link: "https://substrate.biohazardvfx.com/" +category: "VFX/Creative Tool" +tags: + - "Astro 5" + - "Next.js" + - "React" + - "TypeScript" + - "Lenis" + - "AI/ML" + - "PBR Materials" +order: 4 +---