Components
An interactive 3D web experience built with three.js. It renders a rotating, semi-transparent crystalline structure illuminated by dynamic, orbiting lights. The scene includes a deep-space starfield that creates a parallax effect in response to the user's mouse movement, offering an immersive and visually engaging animation that is easily customizable.
npx @21st-dev/cli add dhileepkumargm/aether-anomalyLoading preview...
import App from "@/components/ui/aether-anomaly";
export default function DemoOne() {
return <App />;
}