dwitter.net | Flopster (32)

+ 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.
Try the new frontend: beta.dwitter.net
Current theme challenge: #ScaryMovies
show FPS hide FPS share fullscreen
remix of d/193 by u/lionleaf

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).

  • Inspired by veubeke. Happy New Year!

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/4893 by u/mmagin

function u(t) {

}//
112/140


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

  • A demonstration that abs(sin(x))**.9 is a good compact approximation of bouncing.

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
140/140


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

  • u/jaemiejaemie
    change that one 9 in the fillRect to a 8 and you get seamless waves! pretty!
  • u/Galaxtone
    I don't see a nine.
  • u/Galaxtone
    Also i had to change the 9,j) to a 10,j) at the end so that it looked correct.

Please log in (or register) to comment.

show FPS hide FPS share 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).

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/4548 by u/ADESONOM

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).

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
134/140


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

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
140/140


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

  • u/sukkamehu
    h=c.height/10 r=n=>(''+S(n))[5] j=n=>r(n)*25.5 for(i=-90+t|0;i<9*t;i++)x.fillStyle=R(j(i),j(i),j(i+5)), x.fillRect(0,r(i+5)*h,(9*t-i)**4,h)
  • u/sukkamehu
    change it to that so it's under 140

Please log in (or register) to comment.

You've reached the end.