Learning p5.js week five: Worley Noise
Week five of p5.js sketches: This time I try to implement Worley Noise, a different approach to OpenSimplex Noise, the one I used for Marching Squares.
Week five of p5.js sketches: This time I try to implement Worley Noise, a different approach to OpenSimplex Noise, the one I used for Marching Squares.
Week four of p5.js sketches: Implementing the Hilbert curve algorithm to draw the classic infinite space-filling curve.
Week three of learning p5.js: implementing the Wave Function Collapse algorithm in JavaScript to generate procedural patterns and explore constraint-based systems.
Week two of p5.js experiments: implementing the marching squares algorithm in JavaScript to generate procedural worlds from simple values.
Week one of p5.js experiments: a digital take on paper marbling, where geometry and color mix into flowing, unpredictable patterns.
It's been a while since I wanted to learn p5.js to make art through code, and in the next few weeks I'm going to be sharing my progress with this library.