dwitter.net | tato (362)

+ 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/23865 by u/tato

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

  • stripes 4

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen
remix of d/22837 by u/tato

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/23829 by u/pavel

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

  • Show more comments…
  • u/Xen
    love it!
  • u/magna
    Fun to watch! :)
  • u/tomxor
    @rodrigo I think I have The Dwitter Effect, or "Dwitter Syndrome" :D i'm not even joking
  • u/sigveseb
    Nice idea! As an added bonus, if you leave it running for a while you get a graph of the prng bias for free :)

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen
remix of d/23719 by u/rep_movsd

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

  • 16-Color Pencils
  • u/tomxor
    haha, beat me to it, i had the same idea to golf using t but you made it even better with colour tips!!
  • u/Xen
    nice!

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/20616 by u/smtsjhr

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

  • Webbed Polygons (**remixed for seamless loop)

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen
remix of d/22836 by u/tato

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

  • stripes 2

Please log in (or register) to comment.

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

  • stripes

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
114/140


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

  • hidden images

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/miratcan
    what is $ for?
  • u/magna
    x.fillCube()
  • u/rep_movsd
    ${x} surrounded by backticks is ES6 javascript syntax - it puts the value of x in the string
  • u/Agnes
    ${} is usually more characters than string concatenation, but if you're doing mathematics in the expression (like "(a/Z/20)-i%4*9" here) you end up needing to surround it with so many parentheses if you're doing string concatenation that template strings are handier.
  • u/Agnes
    ${} is usually more characters than string concatenation, but if you're doing mathematics in the expression (like "(a/Z/20)-i%4*9" here) you end up needing to surround it with so many parentheses if you're doing string concatenation that template strings are handier.

Please log in (or register) to comment.

Loading...
Next page