dwitter.net

+ 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
remix of d/34375 by u/lewdev

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

  • 🎨🖱️ Tiny Canvas Paint Dweet (click drag to draw)
  • u/ximavus
    You did it! This was a big goal on my original paint project to click and paint instead of automatically painting
  • u/ximavus
    You can put also onkeydown=e=>c.width|=0 at the end to add clearing by pressing keys

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen

function u(t) {

}//
93/140


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

  • Two Randoms - demo of two tiny ways to generate random numbers
  • Show more comments…
  • u/Joachim
    Interesting... the left seems too uniform while the right looks slightly horizontaly biased. I think B() will be the most helpful for me, thanks!
  • u/danny@hille.dk
    ooooh nice! Thanks for breaking that down 4 me :-)
  • u/rodrigo.siqueira
    Warning: R=0.5; R=(R*9||.9)%1; // In this seed case (R=0.5), the result will always be 0.5 (it's fixed point, "a value that does not change under a given transformation").
  • u/cantelope
    #RNG

Please log in (or register) to comment.

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

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

  • Fullscreen

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen
remix of d/286 by u/iverjo

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

  • u/sigveseb
    almost looks like a map!
  • u/joeytwiddle
    Whoa! When I was younger I used to have nightmares about this damn thing. I would clean it all away but then it would come creeping back. Weird that you found it in 2016!
  • u/iverjo
    #random

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

Please log in (or register) to comment.

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

  • Infinite Sunset
  • Show more comments…
  • u/danny@hille.dk
    if you are willing to make some compromises, you can use your constant m to replace values close to 255
  • u/danny@hille.dk
    and use 2e3 instead of 1920
  • u/danny@hille.dk
    117 b => c.width=w=2e3;with(x)fillStyle=R(m=255,99,S(t)*m),fillRect(0,0,w,w),arc(w/2,S(t)*m+800,m,0,7),fillStyle=R(m,m),fill()
  • u/danny@hille.dk
    113 => w=c.width|=0;with(x)fillStyle=R(m=255,99,z=S(t)*m),fillRect(0,0,w,w),fillStyle=R(m,m),arc(w/2,z+800,m,0,7),fill()

Please log in (or register) to comment.

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

  • Infinite Love

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen

function u(t) {

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

}//
140/140


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

  • Mist city
  • u/tomxor
    Neat effect
  • u/danny@hille.dk
    Nice!
  • u/danny@hille.dk
    Minor tweak idea ->x[s='fillStyle']=R(z=c.width=300);x.fill(x.arc(p=150,S(t/9)*20+30,13,0,7));for(i=z;i--;x.fillRect((i+t*66/i)%20*20-z/i,160,z/i|8,-i%S(i)*p))x[s]='#fff1',x.fillRect(0,S(-t/4)*30+i^4,z,i),x[s]=R()
  • u/Joachim
    Thanks, Thats much better. I never thought of defining the width INSIDE the color

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
104/140


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

  • Rising of Leonardo Da Vinci

Please log in (or register) to comment.

Loading...
Next page