dwitter.net | New_Core (4860)

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

}//
125/140


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

  • u/donbright
    excellent
  • u/New_Core
    s=140;with(Math)p=.2*t%PI*2,g=6*p/4,r=pow(abs(cos(g)/1)**2+abs(sin(g)/5)**4,-1/6),X=r*cos(p),Y=r*sin(p),x.fillRect(X*s+960,Y*s+540,9,9)
  • u/New_Core
    s=300;with(Math)p=.2*t%PI*2,g=8*p/4,r=pow(abs(cos(g)/1)**2+abs(sin(g)/5)**4,-1/15),X=r*cos(p),Y=r*sin(p),x.fillRect(X*s+960,Y*s+540,9,9)
  • u/13thptr
    #plot

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/1446 by u/sigveseb

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

  • now my country flag is Q("#006AA7",1e3);Q("#FECC00",150) ;)

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

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/590 by u/New_Core

function u(t) {

}//
102/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 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).

  • A 2 color plasma, couldnt fit the 3:d color
  • u/icecuber
    Can you fit the 3:d color with this (reduced 21 bytes)? a=c.width=99;d=x.getImageData(0,0,a,a);for(i=3e4;i--;)d.data[i]=i%396+[b=S(i/5e3+t),-b,,i][i%4]*a;x.putImageData(d,0,0)
  • u/New_Core
    nice.. that is much better
  • u/New_Core
    a 3 color test added on icecubers code a=c.width=99;d=x.getImageData(0,0,a,a);for(i=3e4;i--;)d.data[i]=i%396+[S(q=i/5e3+t)*0.6,S(q+t)*0.3,S(q+t*4),i][i%4]*a;x.putImageData(d,0,0)
  • u/iverjo
    Nice :) I find your attempt at plasma better than mine: Btw, you can replace 0.6 with .6 and similarly for 0.3
  • u/iverjo
    https://dwitter.net/d/48

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/iverjo
    Cool, that almost looks like 3D!
  • u/lionleaf
    This doesn't work on my Macbook with chrome for some reason.
  • u/New_Core
    can it be the translation? if you put 0 in last number of translation and set the last number in code to 500, do you see something then,, or remove the translation and keep the 500 at the end of code,
  • u/lionleaf
    Turns out any font size above 250 doesn't show up. 250 works fine though. Nice effect!
  • u/New_Core
    ah ok

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

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen

function u(t) {

}//
90/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 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).

  • Slot machine
  • u/New_Core
    Its not random.. but you cam set the numbers in the array.. but.. if the number is lower then the number before you need to add +9 to it.. so 7, 4, 2 would be 7, 4+9, 2+18

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

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

  • unique random array

Please log in (or register) to comment.

Loading...
Next page