dwitter.net | robbyg (788)

+ 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: #Opposites
show FPS hide FPS share fullscreen

function u(t) {

}//
129/140


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

  • Converting a hexadecimal string into a sprite. Change the value of s to play!
  • u/robbyg
    121: "3E71EAA0325D3E7C".match(/.{2}/g).map((s,v)=>{for(i=128,h=0;i>=1;i/=2,h++)parseInt(s,16)&i&&x.fillRect(h*99,v*99,99,99)})
  • u/robbyg
    119 (okay I should do something else now): "3E71EAA0325D3E7C".match(/../g).map((s,v)=>{for(i=128,h=0;i>=1;i/=2,h++)parseInt(s,16)&i&&x.fillRect(h*99,v*99,99,99)})
  • u/robbyg
    #pixelart

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/12143 by u/katkip

function u(t) {

}//
133/140


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

  • u/23_Skidoo
    x.fillStyle="#fff3";x.fillRect(0,0,c.width,c.height);for(i=192;i--;)for(j=9;j--;x.fillStyle=hsl(${h},50%,50%))x.fillRect(i*10,h=540-(S(t*2+i*3.12)*C(t+i+j/9)*j/4)*100,10,10)
  • u/23_Skidoo
    Or, replace c.width^=0 with x.fillStyle="#fff3";x.fillRect(0,0,c.width,c.height);

Please log in (or register) to comment.


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

  • Peter de Jong attractor. Changing the 1, 2, 3, 4 multipliers in the sine/cosine functions changes the shape.
  • u/robbyg
    #attractor
  • u/rodrigo.siqueira
    Robbyg, here is a smaller version with higher resolution. Same equation, no need to create array: t||(h=X=Y=0);for(i=950;i--;) X=950+(S(1*Y)-C(2*h))*440, Y=550+(S(3*h)-C(4*Y))*230, h=X,x.fillRect(X,Y,1,1)

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
130/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) {

}//
123/140


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

  • I'm not sure I want to know where this hallway leads...
  • u/robbyg
    with(x)fillStyle="#eee",lineWidth=8,strokeStyle=R(z=S(t)*96+128,z,z),strokeRect(4,4,1916,1076),z>219&&fillRect(911,0,98,8),drawImage(c,8,5,1904,1070)
  • u/katkip
    i love the method you used to make ceiling light effect thing

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
54/140


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

  • u/katkip
    It has already done but this is shorter
  • u/robbyg
    I scrolled through like 8 pages of defaults first... there's only so much I can do. :)

Please log in (or register) to comment.

show FPS hide FPS share 2 remixes fullscreen
remix of d/7367 by u/robbyg

function u(t) {

}//
132/140


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

  • I don't really know where I'm going with these #walkers yet.

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
87/140


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

  • 87 pixel remix so there's room for future remixing. :)

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen
remix of d/12540 by u/Ath0r

function u(t) {

}//
130/140


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

  • Triangles for DAYS.

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

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

  • u/robbyg
    Thanks u/katkip for the recursive examples
  • u/katkip
    Beautiful
  • u/robbyg
    133: f=(X,Y,w,W,h,v)=>(W=w/2)>4&&(x.rect(h=X-W,v=Y-W,w,w),f(h,v,W),f(h+w,v,W),f(h,v+w,W),f(h+w,v+w,W)) t||f(960,z=540,z) x.fill('evenodd')

Please log in (or register) to comment.

Loading...
Next page