Collection: Unplugged, 2025

Painting with vectors is always fun, just a few points spread over the screen that follow a set of rules and form some lines and curves. The algorithm is using Voronoi Noise with some Perlin Noise applied and does some carefully crafted mapping of the noise scale. In some cases appr. 30% of the vector angles get rounded to either multiples of PI / 2 or PI / 4, which gives it a slightly edgy style. The spines come from a Convex Hull of a set of points that is used for drawing.