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
4ce
remix of d/26285 by u/4ce

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

  • Simple code style : paperclip. 📎 d/26251 Strong copy like a obfuscate original version. (maybeâ €iâ €lostâ €joke...)
  • Show more comments…
  • u/jasnh
    it does not seem to be your problem
  • u/lerc
    You can further reduce the path string by holding repeating elements in a var x.lineWidth=24;Q="0a1 1 0 11";x.stroke(new Path2D(M1048 343V72${Q}-118 0V15${Q}148-2V90${Q}-178 0V343))
  • u/lerc
    of course hard to represent in a comment with backticks being used for markup
  • u/4ce
    For u/lerc you can try use: ```Result\`code\` block!``` >after posting> Result`code` block! ;Or this app d/26270 but i no sure what all works like needs; ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ u/lerc paperclip 📎 : x.lineWidth=24;Q="0a1 1 0 11";x.stroke(new Path2D(`M1048 343V72${Q}-118 0V15${Q}148-2V90${Q}-178 0V343`)) 105Symbols! ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ u/lerc paperclip 📎 Q in ${Q="0a1 1 0 11"} :: x.lineWidth=24;x.stroke(new Path2D(`M1048 343V72${Q="0a1 1 0 11"}-118 0V15${Q}148-2V90${Q}-178 0V343`)) 103Symbols! ~_^

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)