← the studio

bloom loop

plate-019 · ink bloom · seed 0x3a88.6

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

brush calls

1,402

program length

71 lines

entry point

bloom()

studio/plate-019.js
// plate-019 — bloom loop
const paper = canvas(1000, 1000, "#0d0d0c");
const rng = seed("0x3a88.6");

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

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

other ink bloom plates