dwitter.net | donbright (40461)

+ 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/14810 by u/Fime

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

  • Variant where the distance scale factor is 1/2 plus-or-minus a little bit. Also some code golfing
  • u/taupelink
    I think some of the pattern details are an artifact of the way I golfed the code...of whatever the values of sin(i*540 radians) are, for integers i=0,...,539
  • u/Xen
    sexy

Please log in (or register) to comment.

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

  • Riff off of Katkip's great dweet two days ago. This is what happens if you floor the rotation angle.

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

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

  • each path visists every point on an 8x8 grid exactly one time. (usually)
  • u/donbright
    (give or take a few points ha ha.. dont quite know how it works)

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

function u(t) {

}//
122/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/14973 by u/New_Core

function u(t) {

}//
115/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.


function u(t) {

}//
122/140


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

  • An alternative #shuffle. Takes a little longer to find those last values. H/t to u/joeytwiddle for a golf tip using binary arithmetic

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

  • 𝕊𝕥𝕣𝕒𝕟𝕘𝕖𝕣 𝕊𝕪𝕞𝕓𝕠𝕝𝕤

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
Xen

function u(t) {

}//
119/140


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

  • bored math test with random
  • u/Fime
    Golfing tip: When calling a random function often you might want to use r={valueOf:Math.random} instead. You then get a new random value when accessing r like a normal variable (no () needed)
  • u/f8f82804
    If you're willing to re-use an already-declared variable you can save a couple more characters: T.valueOf=Math.random
  • u/donbright
    yay. #trigfree

Please log in (or register) to comment.

Loading...
Next page