Components
A GPU-driven particle sculpture with shockwave pulses, theme switching, and cinematic bloom, built on Three.js and Tailwind.
Loading preview...
import { StarShockwaves } from "@/components/ui/star-shockwaves";
export default function DemoOne() {
return <StarShockwaves />;
}