← the studio

debris ring ii

plate-039 · orbit study · seed 0xc4c480

one disc, four hatch angles, and a debris ring of tiny rings.

brush calls

3,802

program length

59 lines

entry point

disc()

studio/plate-039.js
// plate-039 — debris ring ii
const paper = canvas(1000, 1000, "#0b0b0c");
const rng = seed("0xc4c480");

disc(paper, rng, {
  calls: 3802,
  jitter: true,
  alpha: "stacked",
});

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

other orbit study plates