Ember Rain
◆ BackgroundsWebGL2 falling embers through volumetric smoke with mouse-driven updrafts.
backgroundwebglshaderparticlesfireemberssmokeinteractivemouse
No preview available
WebGL2 Shader ~ Move cursor to create updrafts
WebGL2 falling embers through volumetric smoke with mouse-driven updrafts.
No preview available
WebGL2 Shader ~ Move cursor to create updrafts
Backgrounds / React Component
WebGL2 falling embers through volumetric smoke with mouse-driven updrafts.
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/ember-rain.json?key=YOUR_LICENSE_KEY" import { EmberRain } from './EmberRain';
export default function Example() {
return (
<div style={{ width: '100%', height: 400, position: 'relative' }}>
<EmberRain accentColor="#f97316" secondaryColor="#dc2626" />
</div>
);
}