Project #13362 — iteration #217
Minted on May 23, 2022 at 22:03Perlin noise walks into a Julia set and finds itself Elswhere. X is real, Y is imaginary, or is it the other way around?
Elswhere is a unique generative art series in which noise and fractal math are combined to create whimsical shapes and motifs, with an infinite number of variations. Made with p5js.
For each pixel, the noise values corresponding to the X and Y coordinates are computed and then used as the real and imaginary components for initializing a Julia set recursion. The pixel is colored based on the number of steps it takes for the recursion to reach its base case.
Keyboard controls:
[S] Save the current view.
[2] Render 2000x3000px image.
[4] Render 4000x6000px image.
[6] Render 6000x9000px image.
Created by Elsif, 2022.05
Elswhere is a unique generative art series in which noise and fractal math are combined to create whimsical shapes and motifs, with an infinite number of variations. Made with p5js.
For each pixel, the noise values corresponding to the X and Y coordinates are computed and then used as the real and imaginary components for initializing a Julia set recursion. The pixel is colored based on the number of steps it takes for the recursion to reach its base case.
Keyboard controls:
[S] Save the current view.
[2] Render 2000x3000px image.
[4] Render 4000x6000px image.
[6] Render 6000x9000px image.
Created by Elsif, 2022.05