dwitter.net

+ New dweet
function u(t) {
} //
122/140


Please log in (or register) to post a dweet (copy-paste the code somewhere safe to save it meanwhile)


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.
show FPS hide FPS share 1 remix fullscreen

function u(t) {

}//
139/140


Please log in (or register) to post as a new dweet (copy-paste code somewhere safe to save it meanwhile).

  • u/danny@hille.dk
    Rorschach test - I see: klaatu greeted by humans
  • u/taupelink
    it is kind of rorschach-like, isn't it? yeah, i tried to make the humanoid shapes more prominent but couldn't get there. i settled for this abstract pattern...i had spring|fall in mind when i did the colors
  • u/danny@hille.dk
    Now this is my new background, this technique of yours, is capable of rendering some fantastic artistic images r=Math.random;for(i=k=119;i--;x.fillRect(k*X,k*Y,i/t,i/t))X=r(Y=r()*11)*21,h=k*S(C(Y*S(p=X-X*X/71)|p*C(Y))*Y)+i,x.fillStyle=R(h*X/8,h*Y/4)
  • u/danny@hille.dk
    Seek admiring fountain at sunset r=Math.random;for(i=k=110;i--;x.fillRect(k*X,k*Y,i/t,i/t))X=r(Y=r()*9)*16,h=k*S(C(Y*S(p=X-X*X/18)|p*C(Y))*Y)+i,x.fillStyle=R(h*X/6,h*Y/9)
  • u/taupelink
    cool, enjoy!

Please log in (or register) to comment.

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)