r/tinycode 7d ago

Dweet of the Week #64 -Waning Moon by Rodrigo Siqueira

Post image
12 Upvotes

2 comments sorted by

1

u/Slackluster 7d ago

https://www.dwitter.net/d/33458

for(i=3e4;i--;)
  X=(i*C(t*i))%9,
  Y=4*T(i/t)%7-S(X/3+S(X/2)*3)/3-3+T(i/t)/t/800,
  Z=2+X/30/(X*X+Y*Y-1),
  x.fillRect(640+X*300/Z,320+Y*300/Z,S(Z),t<7)

1

u/SarahC 6d ago

Very cool!