Components
This new shader replaces the fractal landscape with a dynamic, 2D scene featuring glowing, morphing geometric shapes. It uses SDFs to define the shapes and a simple raymarching-like technique to render them with soft, glowing outlines.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/abstract-glassy-shaderLoading preview...
import{ ShaderComponent } from "@/components/ui/abstract-glassy-shader";
export default function DemoOne() {
return <ShaderComponent/> ;
}