Components
Loading preview...
effect with a new one called "SDF Dreamscape," which uses signed distance functions (SDFs) to render a dynamic, fractal-like landscape with intricate details and a more sophisticated color palette. The UI controls have been re-mapped to control different aspects of this new scene
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/sdf-dreamscapeimport ShaderComponent from "@/components/ui/sdf-dreamscape";
export default function DemoOne() {
return <ShaderComponent />;
}