Components
A real-time, interactive fractal world rendered with ray marching and domain folding. This component simulates infinite, self-similar structures using pure mathematical transformations. Mouse movement rotates the camera through folded dimensions, revealing a kaleidoscopic landscape of vibrant color and recursive geometry.
npx @21st-dev/cli add dhileepkumargm/symmetry-engineLoading preview...
import { Component } from "@/components/ui/symmetry-engine";
export default function DemoOne() {
return <Component />;
}