Motion Kit

Canvas

Neural Noise

Animated CPPN-based neural noise rendered in WebGL. Produces continuously evolving organic color patterns driven by a compositional pattern-producing network.

  • lit
  • ogl

Preview

Animated CPPN-based neural noise — continuously evolving organic color patterns driven by a compositional pattern-producing network.
Attributes

Installation

pnpm dlx shadcn@latest add https://motion-kit-astro.vercel.app/r/neural-noise.json

Usage

---
import "@/components/motion-kit/neural-noise-element.ts";
---

<motion-neural-noise
  speed={1}
  class="w-full h-[500px]"
/>

API Reference

Attribute Type Default
speed Animation speed multiplier. Higher values make the pattern evolve faster. number 1