Components
A full-screen, real-time simulation of emergent patterns using the Gray-Scott reaction-diffusion model. Built with multi-pass GLSL shaders in Three.js, this component visualizes the growth of complex, self-organizing systems. Mouse and touch interactions inject "chemical B" into the simulation, catalyzing dynamic evolution.
npx @21st-dev/cli add dhileepkumargm/reaction-diffusion-genesisLoading preview...
import { Component } from "@/components/ui/reaction-diffusion-genesis";
export default function DemoOne() {
return <Component />;
}