dwitter.net | neimad (43796)

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

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

}//
121/140


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

  • All points moving on straight lines
  • u/shandriy
    Original code: for(i=11,c.width=96;i--;x.fillRect(47+S(t+(o=i*2))*20*C(o),26+S(t+o)*20*S(o),2,2))for(j=300;j--;)x.fillRect(48+S(j+(o=i*2))*60*C(o),27+S(j+o)*60*S(o),.3,.3)

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen

function u(t) {

}//
121/140


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

  • Volumetric growth

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
xem

function u(t) {

}//
135/140


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

  • Olympic games logo (v1) ... overlaps are not perfect
  • u/xem
    version with better overlaps but too big: a=(i,j,c,u,v)=>{x.lineWidth=50,x.beginPath(),x.strokeStyle="#"+c,x.arc(i*99,j*99,250,u,v),x.stroke()};for(i in z=["08C","FA3","000","095","E35"])a(i*3+3.5,6-1.2*((-1)**i),z[i],+i?(i%2?4.6:3.2):0,i%2?-1.9:9.3)

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/Joachim
    Looks good!
  • u/beaster
    unpacked: s=2/(t+1);for(r=-s,v=0;r<s;v++,r+=s/135)for(i=-s-0.9*t*s,h=0;h<480;i+=s/202){for(m=n=l=0;l<64&&!(m*m+n*n>4.0);l++){p=m*m-n*n+i;n=2*m*n+r;m=p}x.fillRect(4*h++,4*v,4,4);x.fillStyle=R(l,l*4,l*16)}

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen
remix of d/32205 by u/lewdev

function u(t) {

}//
98/140


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

  • 😂 Rotating Emojis

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

Please log in (or register) to comment.

show FPS hide FPS share 2 remixes fullscreen
remix of d/32166 by u/lewdev

function u(t) {

}//
128/140


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

  • ⬛ Rotating rectangles

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen

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

  • Spreading Virus
  • u/vain
    cool effect - but at the same time scary to think that this is what my incurable cancer could look like, which unfortunately is slowly but surely spreading and seems to be gaining the upper hand.
  • u/magna
    u/vain I'm sorry to hear that
  • u/384.cz
    me too

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

  • Seconds and minutes clock
  • u/dabl03
    My unpackaged code -> let time=new Date(); time=[time.getSeconds(),time.getMinutes()];w=500;c.width=w*4;with(x){/* When placing it, I avoid x.translate , x.arc..*/translate(w,w);/* 500,500*/arc(0,0,w,0,2*3.1);for (let i in t){save();rotate(t[i]0.1047);/* Imita -> t[i](Math.PI/30)*/rect(0,0,10+i10,-300);/* If it were 300 it would be the other way around*/restore();}stroke();}
  • u/dabl03
    I edited my code in a notepad that removed the *, here is my fixed code: t=new Date();t=[t.getSeconds(),t.getMinutes()];w=500;c.width=w*4;with(x){/* When placing it, I avoid x.translate ,x.arc..*/translate(w,w);/* 500,500*/arc(0,0,w,0,2*3.1);for (let i in t){save();rotate(t[i]*0.1047);/* Imita -> t[i](Math.PI/30)*/rect(0,0,10+i*10,-300);/* If it were 300 it would be the other way around*/restore();}stroke();}
  • u/lewdev
    #analogclock

Please log in (or register) to comment.

Loading...
Next page