# Next.js Flare

Next.js logo shader — a rim-lit N glyph with volumetric scattering: a 48-step ray walk jittered by blue noise over a separable Gaussian blur chain, breathing autonomously until the pointer takes over.

## Download

Download the complete verified example source:

```bash
npx vgpu examples pull nextjs-flare --out ./nextjs-flare
```

## Explore

- [Interactive example](https://vgpu.sh/examples/nextjs-flare)
- [Fullscreen preview](https://vgpu.sh/preview/nextjs-flare)
- [Complete source](https://vgpu.sh/examples/nextjs-flare/source.md)

## Included files

- `index.tsx`
- `renderer.ts`
- `pipeline.ts`
- `blue-noise-128.ts`
- `logo-raster.ts`
- `logo.wgsl`
- `rim.wgsl`
- `blur.wgsl`
- `composite.wgsl`
