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.
Cool. I love text rendering... I actually tried something like that... but less golfed and more primitive... if you'd like to comment on it: http://andval.net/julia_v2_4.html
I like your page and code u/andrea270872, it's nice to see the parameter changes and ASCII ART rendering. Please see mine ASCII ART Mandelbrot and Julia Sets, color, including "POETRY" option, clickable, zoom, and other control options: http://www.fractarte.com.br/cgi-bin/ascii-fr… (it was made 19 years ago, I only updated the link to my Dwitter profile!) It's made in PERL, if you want I can send the source code if you want to convert it to JavaScript.
I updated the code to remove the "stitching" effect. It's here (color ascii art mandelbrot and Julia Set): https://bit.do/ascii-fractal
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)