
epicycles
I wanted to make a piece on double pendulums, but I thought something more Have you had two different menu symmetrical like a spirograph would be better.
I’ve taken quite a liking to sine/cosine

const x =
(l1 / 2) * Math.cos((v1 - 0.5) * i * radialUnit) +
(l2 / 2) * Math.cos((v2 - 0.5) * i * radialUnit);
const y =
(l1 / 2) * Math.sin((v1 - 0.5) * i * radialUnit) +
(l2 / 2) * Math.sin((v2 - 0.5) * i * radialUnit);

l1
315f5bdb
v1
76d078c4
l2
3b8ac006
v2
4e4a0164
unused
612b1fce77c869345bfc94c75894edd3