← the studio

eye of the disc ii

plate-031 · orbit study · seed 0x62d583

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

brush calls

4,017

program length

122 lines

entry point

disc()

studio/plate-031.js
// plate-031 — eye of the disc ii
const paper = canvas(1000, 1000, "#0b0b0c");
const rng = seed("0x62d583");

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

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

other orbit study plates