plate-019 · ink bloom · seed 0x3a88.6
the same flower routine called two hundred times with drifting hue.
1,402
71 lines
bloom()
// 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 javascriptother ink bloom plates