← the studio

two hundred flowers

plate-011 · ink bloom · seed 0x678a79

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

brush calls

2,930

program length

81 lines

entry point

bloom()

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

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

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

other ink bloom plates