dwitter.net | vain (17039)

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

  • More Moiré Mumbling

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
123/140


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

  • u/taupelink
    whoa
  • u/rep_movsd
    Also looks like a weird non-friendly version of the elephant God Ganesha
  • u/DataMeta
    I see a chonky NGE suit, or cthulhu ganesha
  • u/Xen
    transdimensional anteater with wig
  • u/vain
    Amazing! Looks like the boss of a house dust mite under the microsocope

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

  • walker

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

  • Cube and sphere appear

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

  • Water Colors 🖌️

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/24443 by u/vain

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

  • [vn-04] Dwittroid R-1337 - by va!n
  • u/vain
    Wanted to save some more (1-4) chars by changing this: x.F=x.fillRect;with(x) ... but i can't get it work... n-joy...
  • u/joeytwiddle
    You could do i=8,x.F=fillRect to save 2 chars. Hope I'm not too late!
  • u/vain
    eval(unescape(escape󪼽󨼮󭽩󩍴󪌽󜜶󜌻󨜽󤼨󭌪󜼩󚬷󞽸󛭆󟝸󛭦󪝬󫍒󩝣󭌻󭽩󭍨󚍸󚝦󫽲󚍩󟜸󞽩󛜭󞽆󚌹󛝧󚬳󛍧󚬱󝜬󜜷󚽧󚬶󛌱󜼫󩼪󞜩󚝧󟝩󙬱󛍡󟜭󨜬󡬨󩼪󜼰󛌱󝬬󝜬󜜳󚽡󚜬󡬨󜜸󛝧󚬶󛍬󟜳󞌬󝜬󜬰󚽡󚜬󭬽󫌯󚌴󛜨󭌫󪜯󜬩󙜴󚜬󡬨󜌬󫌫󭬬󪼬󭬯󫌩󛍦󪝬󫍔󩝸󭌨󙽒󛜱󜼳󝼧󛍬󛍬󚜻.replace(/u../g,'')))

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

  • Best Dweet you will ever see

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/ciaccodavide
    nice one!
  • u/vain
    Awesome code!
  • u/aleamb
    love it!
  • u/magna
    136: c.width|=0;for(i=160;i--;x.fillRect(X*100+S(t)*300-325+p*50,Y*250-100+p*100,50-p*50,200-p*200))X=i%32,Y=i>>5,p=(X<7|X>15|Y!=2)*S(t/2)**2
  • u/4ce
    u/magna 136=>135 c.width|=0;x.scale(25,25);for(i=160;i--;x.fillRect(X*4+S(t)*12-13+p*2,Y*10-4+p*4,2-p*2,8-p*8))X=i%32,Y=i>>5,p=(X<7|X>15|Y!=2)*S(t/2)**2

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen

function u(t) {

}//
136/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.


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

  • Stack of Hearts
  • u/vain
    Nice!
  • u/vain
    Btw... shouldn't "[i%5]" be "[i%6]"? Else you could save 1 char. :) What do these three points mean you used here: "fillText([... ,'" ?
  • u/BriSeven
    Whoops, you're right. The ... is the spread operator, it splits the string in a unicode friendly way, and assigns the individual characters to the enclosing array literal.
  • u/BriSeven
    @vain do notifications work on dwitter?
  • u/BriSeven
    the ... next to the string is actually a special case. more generally it works on anything that implements the "iterator protocol" which is lots of stuff, but mostly arrays and array like things.

Please log in (or register) to comment.

Loading...
Next page