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.
with the help of three wonderful lads- u/xenu/BalintCsala and u/BirdsTweetCodersDweet; shortened this mess of a code from 237 to 179 thanks a lot guys, also really cool that even though we hit the mark, u/xen kept pushing and got down to 162, a true legend in my eyes.
sorry for not adding commas a=C(Z=t*20)*99,k="101"[z=~~t%3]*400,o=350,h=z*244,x[G="fillRect"](d=o-S(Z)*99+h,o+a+k,5,5),x[G](d+C(t)*200,o+a+S(t)*200+k,5,5),x[G](o+C(t)*300+h,o+S(t)*300+k,5,5)
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)