← the studio

ring of exits

plate-001 · crayon burst · seed 0xe1c6a4

wax pressed hard, then dragged. the middle is left empty on purpose.

brush calls

1,323

program length

82 lines

entry point

burst()

studio/plate-001.js
// plate-001 — ring of exits
const paper = canvas(1000, 1000, "#ecdcbe");
const rng = seed("0xe1c6a4");

burst(paper, rng, {
  calls: 1323,
  jitter: true,
  alpha: "stacked",
});

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

other crayon burst plates