Shader Gallery

Explore GPU-Powered Creations

Browse our curated collection of WebGPU shader examples. View the source, learn the techniques, and fork any shader directly into the editor.

6
Shader Examples
WGSL
Shader Language
FREE
Open Source
fractal

Mandelbrot Fractal

Classic fractal renderer with animated zoom, smooth iteration coloring, and cycling color palettes. Explores the infinite complexity of the Mandelbrot set.

intermediateWGSL
simulation

Ethereal Smoke

Volumetric smoke simulation using fractal Brownian motion (FBM). Multiple noise octaves create realistic turbulent flow with dynamic color gradients.

intermediateWGSL
particles

Particle Galaxy

A swirling galaxy of 60 luminous particles in elliptical orbits. Features bloom glow, per-particle hue rotation, and spiral arm structure.

beginnerWGSL
3D / SDF

Raymarched World

3D scene rendered entirely in the fragment shader using signed distance fields. Features a morphing sphere, infinite plane, soft shadows, and ambient occlusion.

advancedWGSL
terrain

Procedural Terrain

Flyover a procedurally generated landscape using layered noise for heightmaps. Features directional lighting, height-based coloring, and atmospheric fog.

advancedWGSL
gradient

Aurora Borealis

Mesmerizing northern lights animation with flowing curtains of color. Combines layered sine waves with smooth color blending for an ethereal atmosphere.

beginnerWGSL
// CREATE YOUR OWN

Ready to build your own shader?

Jump into the playground with a blank canvas or fork any example above. No setup required.