dwitter.net | BriSeven (900)

+ 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 fullscreen
remix of d/17773 by u/veubeke

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

  • Amazing what a couple parameter changes can do with this one!

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen
remix of d/17695 by u/pavel

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

  • OH NO, I'M RUINED
  • u/pavel
    Hah, yeah! This is more accurate right now.

Please log in (or register) to comment.

remix of d/578 by u/New_Core

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

  • hsl has harsh linear transitions. i've swapped in smooth gliding sinewave transitions
  • Show more comments…
  • u/BriSeven
    119 with a compromise on the constant m=127;x.fillStyle=R(C(h=t/2)*m+m,S(h-.5)*m+m,S(-h-.5)*m+m);t<15?x.fillRect(t*m,0,4,2e3):x.drawImage(c,C(t),0,1920,1050)
  • u/New_Core
    114 if we skip the prepaint wait. m=127;x.fillStyle=R(C(h=t/2)*m+m,S(h-.5)*m+m,S(-h-.5)*m+m);x.fillRect(t*m,0,4,2e3);x.drawImage(c,C(t),0,1920,1050)
  • u/New_Core
    and last number should be like 1060 for a bit more distortion
  • u/iverjo
    For some extra swaying movement, replace C(t) with 2*C(t)

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/524 by u/BriSeven

function u(t) {

}//
131/140


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

  • add sweep and moar motion blur!!

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen
remix of d/512 by u/BriSeven

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

}//
133/140


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

  • SVG Path Tester type two
  • u/pavel
    x.fill(new Path2D("M24 8c-2-2.2-6-2-8.2.2l-.4.4-.4-.4C13 6 9 6 7 8c-2 2-2.1 5.9.2 8l8 8 8.4-8.4c2-2 2-6 .2-8z"))

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen

function u(t) {

}//
126/140


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

  • disc read error: adjusted to be more centred in some browsers.
  • u/BriSeven
    this does some very strange transformation artefacts in safari 12.1

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

  • got my mods under 140, yay.
  • u/BriSeven
    although this 151 has a nicer effect. c.width|=c.style.filter=blur(${1-S(t*6.3)*4}px)contrast(9 x.scale(80,99) for(i=2;i--;x.fillText(~~v%10,9,9))x.fillStyle=R(0,v=t+i/2,0,T=.5-C(v*6.28))
  • u/BriSeven
    even more appealing c.width|=c.style.filter=blur(${.5-S(t*6.28)*12}px)contrast(12 x.scale(80,80) for(i=2;i--;x.fillText(~~v%10,9,9))x.fillStyle=R(0,v=t+i/2,0,T=.7-C(v*6.28))

Please log in (or register) to comment.

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

  • Mossball

Please log in (or register) to comment.

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

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

  • slight modification makes it a bit easier to see what the mysterious "r" accumulator is doing over time.

Please log in (or register) to comment.

Loading...
Next page