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
remix of d/21430 by u/erin

function u(t) {

}//
81/140


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

  • Pulsar
  • u/erin
    no fuckin clue how i got this in 81 characters
  • u/Qwitter
    if you send a single pixel across the screen at this resolution (70) like fillRect(X+t,,1,1,1) you can see how the canvas has a smoothing effect by slowly pouring the alpha = 255 value between the pixels
  • u/magna
    76: c.width=w=70;for(i=3e3;i--;)x.fillRect(X=i%w,Y=i/w,X/15+C(Y/7)+C(X/7-5*t),1)
  • u/danny@hille.dk
    drip drip -> c.width=w=70;for(i=3e3;i--;)x.fillRect(Y=i%w,X=i/w,X/14+C(Y/11)+C(X/7-t*8),1)

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)