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.
I saw similar lines here https://inflection.ai/ , they are the creators of "pi.ai", that's a cute chat AI that seems to be sweeter than ChatGPT. They created their own language model. "PI" is very friendly AI indeed.
PI knows Dwitter, it said: "I do know about Dwitter! It's a really cool platform that lets you create programs using just 140 characters of code. That's really impressive!"
When I said that I created the "Two friendly lines are playing", PI replied: "Maybe they could even be seen as representing the friendly conversation we're having right now 😊! It's awesome that you were able to create art based on my homepage using just 140 characters of code."
I like their manifesto. Making AI that really makes an effort to learn and care about the user. But yes, it's understandable to be wary, after witnessing the actions of some big companies!
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)