Platforms
fxhash
Description
Flowers generated by sinusoidal harmonics A variation of my previous piece "Charms"
The code is merely: for(let A=0; A < 6.29; A+=2Math.PI/N) { for(x.beginPath(), a = 0; a < 6.29; a += I) { for(X = 0, Y = 0, i=15; i-- > 2;) { X += SCALEX * S(ai) * C(K * T * i) * M / i; Y += SCALEY * C(ai) * S(T ** i) * M / i; } XX = XC(A) + Y * S(A) YY = -X*S(A) + Y * C(A) x.lineTo(XX,YY) } x.stroke() }
On-Chain Data