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

  • Try to hover over the circle! Doesn't work in fullscreen :'(
  • u/Jenky
    Did make a more game-like version that did work fullscreen at 190 bytes, kept score and everything, but couldn't golf it any lower
  • u/Jenky
    Also this one only works in Chrome again, thanks to e.pageX/pageY being slightly too long
  • u/donbright
    c.width=568 t?0:(m=e=>z=[f=frame%568,(f<<4)%250])() onmousemove=e=>{(e.pageX-z[0])**2+(e.pageY-z[1])**2<81?m():0} x.arc(...z,9,0,7);x.fill()
  • u/donbright
    that is a firefox version :)

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)