← the studio

rosette rows ii

plate-032 · petal grid · seed 0xd64971

a rosette stamped in rows until the paper ran out.

brush calls

4,088

program length

121 lines

entry point

rosette()

studio/plate-032.js
// plate-032 — rosette rows ii
const paper = canvas(1000, 1000, "#b8c39a");
const rng = seed("0xd64971");

rosette(paper, rng, {
  calls: 4088,
  jitter: true,
  alpha: "stacked",
});

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

other petal grid plates