← the studio

two hundred flowers ii

plate-035 · ink bloom · seed 0xd1a5a3

the same flower routine called two hundred times with drifting hue.

brush calls

2,975

program length

124 lines

entry point

bloom()

studio/plate-035.js
// plate-035 — two hundred flowers ii
const paper = canvas(1000, 1000, "#0d0d0c");
const rng = seed("0xd1a5a3");

bloom(paper, rng, {
  calls: 2975,
  jitter: true,
  alpha: "stacked",
});

paper.commit(); // 124 lines of javascript

other ink bloom plates