plate-020 · tessellation · seed 0x876561
polar triangles, each one hatched by hand before the next is placed.
4,825
61 lines
shards()
// plate-020 — glass funnel
const paper = canvas(1000, 1000, "#07080d");
const rng = seed("0x876561");
shards(paper, rng, {
calls: 4825,
jitter: true,
alpha: "stacked",
});
paper.commit(); // 61 lines of javascriptother tessellation plates