← the studio

cold rosette

plate-012 · tessellation · seed 0xaf4314

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

brush calls

3,825

program length

50 lines

entry point

shards()

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

other tessellation plates