plate-004 · tessellation · seed 0x831df8
polar triangles, each one hatched by hand before the next is placed.
605
111 lines
shards()
// 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 javascriptother tessellation plates