Auragen docs
Auragen docs
OverviewInterfacenerdGRAPH ModeWorking with LayersParameters and Controls
Generators
3D Preview
Generators

Generators

All available noise, pattern, effects, and custom generators organized by category, with links to each generator's documentation.

Click + Add Generator Layer to browse all available generators. They are organized into categories, and each documented generator has its own page with parameters, inputs and outputs, an example patch, and troubleshooting notes.

Noise

These produce smooth, organic noise patterns.

Perlin Noise example outputPerlin NoiseSimplex Noise example outputSimplex NoiseFBM example outputFBMRidge Noise example outputRidge NoiseVoronoi example outputVoronoiPlasma example outputPlasmaBillow Noise example outputBillow NoiseCurl Noise example outputCurl NoiseCaustics example outputCaustics3D Voronoi example output3D VoronoiTopographic example outputTopographicReaction Diffusion example outputReaction Diffusion

Perlin Noise — Classic gradient noise. Smooth, natural-looking patterns ideal for terrain and surfaces, with domain warping via its texture input.

Simplex Noise — Gradient noise with fewer directional artifacts than Perlin. Rounder features on a simplex lattice.

FBM — Fractal Brownian Motion. Layers multiple octaves of noise for rich, detailed patterns. Controls: Octaves, Persistence, Lacunarity, and a Perlin/Simplex/Voronoi base.

Ridge Noise — Sharp ridged features created by inverting and squaring each octave. Great for mountain-like or vein patterns.

Voronoi — Cell-based noise that divides space into organic regions. Controls: Distance Metric, Edge Detect, and Border Width.

Plasma — Flowing sine/cosine wave superposition. Controls: Complexity (wave layers) and Frequency.

Billow Noise — Soft, cloud-like patterns created by taking the absolute value of each octave. Produces rounded, puffy shapes.

Curl Noise — Fractal noise displaced along the curl of its own field, producing swirling, fluid-like patterns.

Caustics — Simulates light refraction through water. Uses wave interference for fast, realistic caustic patterns.

3D Voronoi — Extruded, isometric cell noise with color palettes, wire overlays, ambient occlusion, and per-cell pattern projection.

Topographic — Stepped elevation terraces from an internal terrain field or a plugged-in height map, with rainbow, gradient, grayscale, and contour color modes.

Reaction Diffusion — A live Gray-Scott simulation that grows organic Turing patterns — dots, stripes, and mazes that evolve over time.

Pattern

These produce geometric and structured patterns.

Crosshatch example outputCrosshatchCircuit Board example outputCircuit BoardTruchet example outputTruchetTech Pattern example outputTech PatternHexagonal example outputHexagonalSpiral example outputSpiralTrace Network example outputTrace NetworkHerringbone example outputHerringboneQuatrefoil example outputQuatrefoilOgee example outputOgeePolka Dot example outputPolka DotFret/Meander example outputFret/MeanderWang Tiles example outputWang TilesRyoji example outputRyojiSuper Tiles example outputSuper TilesGradient example outputGradientPCB example outputPCB

Crosshatch — Overlapping line sets at evenly spaced angles, with noise-modulated brightness for a hand-shaded look.

Circuit Board — PCB-style traces with edge-connected routing, vias, and IC chip pads. Traces connect between cells with optional dog-leg bends.

Truchet — Randomized tile-based patterns. Choose from curves, lines, or triangle styles. Control tile size and line thickness.

Tech Pattern — Grid of randomized geometric shapes (circles, crosses, squares, diamonds, rings), or your own sprite sheet. Noise-driven density creates organic clustering.

Hexagonal — Honeycomb grid with per-cell fill values and configurable border width.

Spiral — Parametric spiral arms with configurable arm count, twist, and thickness.

Trace Network — Dense interconnected trace patterns with animated tracers, components, and junction points.

Herringbone — Classic herringbone tile pattern with configurable line width and tile size.

Quatrefoil — Four-lobed decorative pattern with configurable thickness and border width.

Ogee — Pointed arch pattern with configurable line width and intensity.

Polka Dot — Regular dot grid with controllable dot size.

Fret/Meander — Greek key / meander pattern with configurable line width and turbulence for organic variation.

Wang Tiles — Circuit-board tile system using Wang tile edge-matching for seamless connectivity, with animated data dots, pads, and IC-like components.

Ryoji — Recursive cell subdivision inspired by Ryoji Ikeda. Grids of black and white cells with scrolling animation.

Super Tiles — Generative kaleidoscopic mosaic; each tile is a mirrored random walk with per-tile color schemes.

Gradient — Directional color gradient with adjustable angle, interpolation, repeat, mirror, and an inline multi-stop color editor.

PCB — Procedural circuit board that scatters components and routes traces, with image-driven density and optional animated pulses.

Effects

These transform or stylize other layers, or add animated overlays.

ASCII example outputASCIIBit Glyphs example outputBit GlyphsDatastream example outputDatastreamText example outputTextMatrix example outputMatrixWorms example outputWormsRain example outputRainFluidSIM example outputFluidSIMSketch example outputSketch

ASCII — Converts any texture into a grid of characters picked by brightness, or lays out typed text, with per-cell scale warping and randomization.

Bit Glyphs — Grid of procedural bit-pattern sprites — invaders, runes, sigils — with per-bit animation and HSV color schemes.

Datastream — Scrolling pulse strips with per-strip speed variation, trails, and glow, optionally colorized by an input texture.

Text — Live typography with system fonts, alignment, color, and per-character animation, randomize, and buildup effects.

Matrix — Matrix-style digital rain with 2D and 3D camera modes, selectable glyph sets, and color gradients.

Worms — Animated glowing worm trails driven by chain physics, with mouse-following heads and interactive click effects (burst, shockwave, sparks, freeze).

Rain — Rain-drop ripples with refraction that distort the layers composited below. Original shader by Zavie / Ctrl-Alt-Test, from the 64kB intro H - Immersion.

FluidSIM — Interactive real-time fluid dye simulation. Drag to splat swirling dye, with vorticity, bloom, and sunray post effects.

Sketch — Freehand brush surface with six brush types, symmetry, and pen-pressure support.

Special

Docs coming soon for these:

Webcam — Live camera feed as a generator layer. Uses your device camera at up to 1080p. Composite live video with noise generators using blend modes and post effects.

Custom

Custom GLSL example outputCustom GLSL

Custom GLSL — Runs your own fragment shader, with declared uniforms auto-exposed as animatable sliders.

Parameters and Controls

The right-panel control sections shown when a layer is selected.

Perlin Noise

Classic gradient noise generator that produces smooth grayscale patterns, with domain warping via its texture input.

On this page

NoisePatternEffectsSpecialCustom