Backgrounds
Particle Vortex
A mathematically generated spiral galaxy simulation using golden angle distribution and perlin-like noise.
Preview
Move Cursor to Tilt
0.05
Usage
import dynamic from "next/dynamic";const ParticleVortex = dynamic(() => import("@/components/ParticleVortex"), { ssr: false });export default function Page() {return (<div className="relative h-screen w-full"><ParticleVortex /></div>);}