← the studio

spiral of shards

plate-004 · tessellation · seed 0x831df8

polar triangles, each one hatched by hand before the next is placed.

brush calls

605

program length

111 lines

entry point

shards()

studio/plate-004.js
// plate-004 — spiral of shards
const paper = canvas(1000, 1000, "#07080d");
const rng = seed("0x831df8");

shards(paper, rng, {
  calls: 605,
  jitter: true,
  alpha: "stacked",
});

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

other tessellation plates