Worley Noise
Coding in the Cabana Challenge #4
It’s the fourth episode of Coding in the Cabana! Quarantined at home I explore the beauty of Worley noise.
Community Contributions
- Worley Noise - 3D Rotating View by Alca (Source Code)
- Worley Noise in Pygame Python (Build your own Worley Noise) by Ari24 (Source Code)
- Worly Trees by gtplesko (Source Code)
- Hypnotic spiraling worley noise by David Snyder (Source Code)
- 2D slice into 3D worley noise by David Snyder (Source Code)
- Worley Noise pixelated by Juan Carlos Ponce Campuzano (Source Code)
- Worley Noise with Nth point slider and pixel size slider by Greg Kreisman (Source Code)
- Cell Division simulation made with Worley Noise. by Jos Gielen (Source Code)
- Difference between n=0 and n=1 noise with marching squares and varying thresholds. by Kobe Liesenborgs (Source Code)
- Animated Worley Noise in O(n^2) by Cameron Shatto (Source Code)
- Lines being distorted with Worley noise by Motus Art (Owen) (Source Code)
- Worley Mirror by Violet Graham (Source Code)
- Colorful Animated Worley Noise in p5.js by Salami (Source Code)
- Shader Worley Noise in p5.js by Copper France (Source Code)
- Worley Noise with Boids in Processing by Susul (Source Code)
- Worley Noise written with SDL2 by Hayden Coffey (Source Code)
- Worley Noise with ripple effect by Borrus-sudo (Source Code)
- Whirly Noise by ChromicQuanta (Source Code)
- Worley Noise with Pygame by Toby W (Source Code)
You can also add your own version! (See how)
Links discussed in this challenge
- Additional code examples for video visuals
- Worley noise (Wikipedia)
- A Cellular Texture Basis Function by Steven Worley
- Book of Shaders - Chapter 11 Noise by Patricio Gonzalez Vivo & Jen Lowe
- The Nature of Code - Spatial Subdivision by Daniel Shiffman
- saveFrame() (Processing Reference)
Videos discussed in this challenge
- The Coding Train at Home (Worley Noise Live Stream) by The Coding Train
- Coding Challenge #24: Perlin Noise Flow Field by The Coding Train
- Coding Challenge #114 - Bubble Sort Visualization by The Coding Train
- Coding Challenge #143 - Quicksort Visualization by The Coding Train
- Coding Challenge #98.2 - Quadtree by The Coding Train