← the studio

one blue pupil

plate-023 · orbit study · seed 0x52f69a

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

brush calls

5,054

program length

118 lines

entry point

disc()

studio/plate-023.js
// plate-023 — one blue pupil
const paper = canvas(1000, 1000, "#0b0b0c");
const rng = seed("0x52f69a");

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

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

other orbit study plates