← the studio

eight ways out

plate-009 · crayon burst · seed 0xdd659b

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

brush calls

3,183

program length

41 lines

entry point

burst()

studio/plate-009.js
// plate-009 — eight ways out
const paper = canvas(1000, 1000, "#ecdcbe");
const rng = seed("0xdd659b");

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

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

other crayon burst plates