u(t) is called 60 times per second.
t: Elapsed time in seconds.
S: Shorthand for Math.sin.
C: Shorthand for Math.cos.
T: Shorthand for Math.tan.
R: Function that generates rgba-strings, usage ex.: R(255, 255, 255, 0.5)
c: A 1920x1080 canvas.
x: A 2D context for that canvas.
soo many shapes hidden in this dweet!!! ED:z=c.width=w=180;for(m=2e4;m--;)x.fillRect(i=m%w,j=m/w,z,1/z),d=(r=(X=i/w*(g=2)-g/2)*X-(Y=j/w*g-g/1.7)*Y)>1?0:C(r)/9,z=C(X/d)/S(Y/d-9-t*19)
u(t) is called 60 times per second.
t: elapsed time in seconds.
c: A 1920x1080 canvas.
x: A 2D context for that canvas.
S: Math.sin
C: Math.cos
T: Math.tan
R: Generates rgba-strings, ex.: R(255, 255, 255, 0.5)