← the studio

debris ring

plate-015 · orbit study · seed 0xe5f7ab

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

brush calls

4,149

program length

67 lines

entry point

disc()

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

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

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

other orbit study plates