dwitter.net | Jenky (138)

+ 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 1 remix fullscreen

function u(t) {

}//
124/140


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

  • WebGL, anyone? :D
  • u/Jenky
    Kinda sucks it takes so many bytes to set up, anyone have ideas to shorten?
  • u/magna
    Just keep drawing the new, off-screen canvas onto the existing 2D context seems to work (though, is probably inefficient): https://www.dwitter.net/d/2535

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

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

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

  • WASD Snake!
  • u/Jenky
    You can change the controls by editing 'dsaw' to any four letters, starting with whichever is to be "move right", going clockwise
  • u/donbright
    the controls seem a bit unreliable on my sytem (firefox linux) but when it works, it is reaally cool, one of my favorite dweets ever. nice
  • u/donbright
    remix https://www.dwitter.net/d/2350

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen

function u(t) {

}//
107/140


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

  • Compact-ish MousePos retrieval, fixed compatibility, golfed

Please log in (or register) to comment.


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

Please log in (or register) to comment.

You've reached the end.