Molten Glass
◆ BackgroundsWebGL2 viscous glass blobs that merge and split with internal caustic light patterns.
backgroundwebglshaderglasslavametaballcausticinteractivemouse
No preview available
WebGL2 Shader ~ Move cursor to attract molten blobs
WebGL2 viscous glass blobs that merge and split with internal caustic light patterns.
No preview available
WebGL2 Shader ~ Move cursor to attract molten blobs
Backgrounds / React Component
WebGL2 viscous glass blobs that merge and split with internal caustic light patterns.
Copy the shadcn CLI command below. Replace YOUR_LICENSE_KEY with the license key from your FutureUI account — or log in and it will auto-fill for you.
npx shadcn@latest add "https://futureui.studio/api/registry/molten-glass.json?key=YOUR_LICENSE_KEY" import { MoltenGlass } from './MoltenGlass';
export default function Example() {
return (
<div style={{ width: '100%', height: 400, position: 'relative' }}>
<MoltenGlass accentColor="#f97316" secondaryColor="#fbbf24" />
</div>
);
}