Components
Move your mouse around to create beautiful fluid smoke effects. The simulation uses WebGL shaders to create realistic fluid dynamics in real-time.
Smokey Cursor Effect
Loading preview...
import FluidCursorEffect from "@/components/ui/smokey-cursor-effect";
export default function DemoOne() {
return <FluidCursorEffect />;
}