dwitter.net | cantelope (61702)

+ 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: #Food
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/magna
    I was expecting this to happen one day...
  • u/magna
    Wait. How the hell are you rendering the "ground"? I don't get it. Explanation please.
  • u/nystrand
    It's the "(O" chars at the beginning of the code decreasingly scaled down from the large initial scale. I had to find a variable name that "looked good", - went with O which made coding confusing as it looks like a zero :)
  • u/magna
    This is nuts!
  • u/joeytwiddle
    #quine

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

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

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/2425 by u/cantelope

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

  • Fixed the "X/Y is not defined" errors by hijacking S and C

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen
remix of d/2394 by u/Jenky

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

  • If you set canvas.width to client.width, you can remove the bit that fixes the mouse position. This one only works at the default width (not fullscreen) because I had to hard-code the canvas width to make room for the fade effect. Nesting stroke inside beginPath saved 1 crucial byte. :)
  • u/cantelope
    canvas.clientWidth rather
  • u/cantelope
    i will give 3 gold stars to anyone who can fix the initial "Y is not defined" error :D
  • u/magna
    Since your dweet doesn't use trig, we can hijack C and S as declared variables: https://www.dwitter.net/d/2429
  • u/magna
    Can save another 2 bytes by: R(Y,X,fillRect(0,0,w,w),.2,beginPath(stroke()),moveTo(X,Y))

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen
remix of d/2423 by u/shapes

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

  • u/cantelope
    amazing!
  • u/shapes
    Thanks, most credit goes to mxfh though, I'm just fuckin' around with his code to find cool shapes :)

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen
remix of d/855 by u/mxfh

function u(t) {

}//
138/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/2419 by u/magna

function u(t) {

}//
138/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 1 remix fullscreen

function u(t) {

}//
106/140


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

  • Piano keys prototype

Please log in (or register) to comment.

Loading...
Next page