← the studio

cold rosette ii

plate-036 · tessellation · seed 0x58dfde

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

brush calls

1,479

program length

87 lines

entry point

shards()

studio/plate-036.js
// plate-036 — cold rosette ii
const paper = canvas(1000, 1000, "#07080d");
const rng = seed("0x58dfde");

shards(paper, rng, {
  calls: 1479,
  jitter: true,
  alpha: "stacked",
});

paper.commit(); // 87 lines of javascript

other tessellation plates