plate-012 · tessellation · seed 0xaf4314
polar triangles, each one hatched by hand before the next is placed.
3,825
50 lines
shards()
// plate-012 — cold rosette
const paper = canvas(1000, 1000, "#07080d");
const rng = seed("0xaf4314");
shards(paper, rng, {
calls: 3825,
jitter: true,
alpha: "stacked",
});
paper.commit(); // 50 lines of javascriptother tessellation plates