← the studio

eye of the disc

plate-007 · orbit study · seed 0x6f57fe

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

brush calls

1,618

program length

75 lines

entry point

disc()

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

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

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

other orbit study plates