← the studio

glass funnel

plate-020 · tessellation · seed 0x876561

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

brush calls

4,825

program length

61 lines

entry point

shards()

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

other tessellation plates