A dynamic, animated WebGL shader that simulates the turbulent, glowing surface of lava. Built with React and Three.js.
import MoltenCoreShader from "@/components/ui/molten-core-shader"; export default function Demo() { return ( <div className="relative h-screen w-screen overflow-hidden"> <MoltenCoreShader /> </div> ); }