← the studio

spiral of shards ii

plate-028 · tessellation · seed 0xf76276

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

brush calls

617

program length

51 lines

entry point

shards()

studio/plate-028.js
// 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 javascript

other tessellation plates