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.

function u(t) {

}//
137/140


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

  • Alien spaceship
  • Show more comments…
  • u/danny@hille.dk
    z=c.width=w=180;for(m=2e4;m--;d=(r=(X=i/w*4-2)*X+(Y=j/w*4-1.2)*Y)>1?0:C(r)/9,z=T(X/d-t*9+C(Y/d+t*9)))x.fillRect(i=m%w,j=m/w,z,2/z)
  • u/danny@hille.dk
    z=c.width=w=180;for(m=2e4;m--;d=(r=(X=i/w*4-2)*X-(Y=j/w*4-1.2)*Y)>1?-.04:C(r)/9,z=T(X/d-t*9+C(Y/d+t*9)))x.fillRect(i=m%w,j=m/w,z,2/z)
  • u/danny@hille.dk
    z=c.width=w=180;for(m=2e4;m--;)x.fillRect(i=m%w,j=m/w|0,1/z,z),d=(r=(X=i/w-.5)*X+(Y=j/w-.35)*Y)>.4?0:C(r)/9,z=C(X/d-t*9)*S(Y/d+S(t)*9)
  • u/ciaccodavide
    wow!

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)