plate-003 · ink bloom · seed 0xf3050e
the same flower routine called two hundred times with drifting hue.
4,586
71 lines
bloom()
// plate-003 — night field
const paper = canvas(1000, 1000, "#0d0d0c");
const rng = seed("0xf3050e");
bloom(paper, rng, {
calls: 4586,
jitter: true,
alpha: "stacked",
});
paper.commit(); // 71 lines of javascriptother ink bloom plates