plate-028 · tessellation · seed 0xf76276
polar triangles, each one hatched by hand before the next is placed.
617
51 lines
shards()
// plate-028 — spiral of shards ii
const paper = canvas(1000, 1000, "#07080d");
const rng = seed("0xf76276");
shards(paper, rng, {
calls: 617,
jitter: true,
alpha: "stacked",
});
paper.commit(); // 51 lines of javascriptother tessellation plates