← the studio

orchard pattern ii

plate-040 · petal grid · seed 0x6fd8a4

a rosette stamped in rows until the paper ran out.

brush calls

3,992

program length

55 lines

entry point

rosette()

studio/plate-040.js
// plate-040 — orchard pattern ii
const paper = canvas(1000, 1000, "#b8c39a");
const rng = seed("0x6fd8a4");

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

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

other petal grid plates