← the studio

orchard pattern

plate-016 · petal grid · seed 0x3babe6

a rosette stamped in rows until the paper ran out.

brush calls

2,443

program length

41 lines

entry point

rosette()

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

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

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

other petal grid plates