Components
A full-screen WebGL shader that layers rotating, tiled glow orbs with a smooth procedural color palette to create a hypnotic, kaleidoscopic background animation.
Loading preview...
import ShaderComponent from "@/components/ui/kaleidoscopic-orb-mesh";
export default function DemoOne() {
return <ShaderComponent />;
}