Components
This code creates a dynamic, immersive WebGL background featuring a swirling, organic "neuro" effect that reacts to user interaction
Loading preview...
import InteractiveNeuralVortex from "@/components/ui/interactive-neural-vortex-background";
const DemoOne = () => {
return <InteractiveNeuralVortex />;
};
export { DemoOne };