dwitter.net | AnnanFay (343)

+ 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: #ScaryMovies
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).

  • This is my version of the wheel. Thanks to yonatan and Bálint for parts.

Please log in (or register) to comment.

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

  • Y Axis: Linear scale from 0 to 1082. Min is 571 on Monday, Max is 1082 on Wednesday

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/7275 by u/lionleaf

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

  • Was wondering how the shape evolves as the constant in C(99*i++) changes.

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/7047 by u/BuRRak

function u(t) {

}//
40/140


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

  • Golfing u/BuRRak π calculation using Nilakantha's series
  • u/AnnanFay
    Alternatives are: 33 chars using Wallis product but *very* long time to converge. 24 chars using Newton-Raphson if sin & cos allowed.
  • u/BuRRak
    Mind = blown
  • u/iverjo
    #pi

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen
remix of d/6806 by u/DirtyDan

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

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

  • 6.3 is pretty much 2*PI. Putting fill() where it is causes it to fill the pacman in 9 times but saves a byte. Using with saves another 1-2 bytes.

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen
remix of d/6715 by u/AnnanFay

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

  • Slideshow v2: A new Dweet every 9 seconds. Current Dweet in error message. Version 2 comes with improved compatibility, usability and performance.

Please log in (or register) to comment.

show FPS hide FPS share 1 remix fullscreen
remix of d/6908 by u/akm

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

  • u/akm
    How is that a remix of what I did??? looks awesome!
  • u/AnnanFay
    Heh, thanks, yours is what I started with :P
  • u/Xen
    ..And just as that, it happened a 2-year handshake, pure madness in both directions.

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/7263 by u/AnnanFay

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

  • Slideshow v2.1: A minor bug fix. Previous versions no longer work because of dwitter improvements. Good news is we can now use }{ in dweets for one time code.

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

  • First time using setTransform, seems useful. .524/(a>3?5:1) is shortform for Math.PI * 2 / (a>3?60:24).
  • u/AnnanFay
    Hmm, just noticed a few things. Would be smaller without with(x) since there's only two method calls. Also we don't need the 0| after the slice because the division will cast for us. So that's 7 characters.
  • u/akm
    You can also remove some parentheses and the l variable: for(c.width|=a=12;a-=3;x.fillRect(-9,6,18,-a*50))x.setTransform(r=C(θ=Date().slice(13+a,15+a)*.524/(a>3?5:1)),n=S(θ),-n,r,960,540)
  • u/silver_bear
    Impressive that you managed to fit both seconds and real hands. Seems I lack a bit of syntax creativity. Nicely done! :)
  • u/iverjo
    #clock

Please log in (or register) to comment.

Loading...
Next page