Fully generative art. Each token is 100% unique.
Traits:
- 28 color palettes;
- 5 "stylers" - cells filling style;
- 3 "ratio" - aspect ratio.
Press 's' to save png.
High-level description of the algorithm:
Frame is separated into flows using several different Perlin noise generators.
Frame cells are filled with curves. Each curve is drawn in the direction plotted by noise generator.
Each value returned by the generator at (x, y) is mapped to color from a predefined range.
Made with p5js, math and love by @ivposure