dwitter.net | #crt

+ 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

function u(t) {

}//
118/140


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

  • u/tomxor
    #crt ? I don't even see the code any more... all I see is trinitron, triad, inline mask...

Please log in (or register) to comment.

show FPS hide FPS share fullscreen

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

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

  • VintageTerminal

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/13321 by u/vinca

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

  • u/tomxor
    Finally resorted to UTF8. This is a reasonably accurate slow motion aperture grille scanline animation... Although if run very slow you will see it's not simulating 3 electron beams. t=fps (scanline) w=width (subpixels) the later must be a multiple of 3 and 5. Use X, Y and floored F to plugin your own fractal!
  • u/tomxor
    Uncompressed: w=90,i=l=w*w/5,t=1+t*t/12; for(x.fillRect(0,0,c.width=w*2,w*2);i--;x.fillRect(X*6,Y*6,1+K,5)) X=i%w/3,Y=i/w|0,F=t-i/l,K=1-F%1,K*=(Y^X-~F)/27%1+K**8, x.fillStyle=hsl(${i*120},99%,${K*99}%)
  • u/sigveseb
    Kick-ass!
  • u/C010011012
    bypassing the character limit I see using unicode escapements and regex u r very clever

Please log in (or register) to comment.

show FPS hide FPS share 2 remixes fullscreen
remix of d/7512 by u/magna

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

  • u/tomxor
    Hah, it fits! awesome
  • u/tomxor
    #crt #fractal
  • u/magna
    It's monochrome, unfortunately. I couldn't find a quick way to add color (i.e. adjust the intensity based on R/G/B cells.)
  • u/tomxor
    I can sort of fudge the colour with some kind of mod3 to selectively modulate the intensity in lum: (2+i%3)*n*10%50 duno how to fit it though.
  • u/magna
    Nice! I used the dweet compressor (d/9207) to compress it: d/10843

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

  • Show more comments…
  • u/magna
    Here we go: d/10843
  • u/C010011012
    is it a cellular automata?
  • u/tomxor
    Yes and no, it's a fractal n=T(0|(i/w+f^f-i/w)/(t**.7+6)) which is just a more elaborate variation of serpinsky triangles to produce more interesting patterns. Some fractals are automata, but not all automata are fractals, see here: https://en.wikipedia.org/wiki/Rule_90
  • u/tomxor
    The implication is serpinsky triangles are computationally reducable, meaning it does not have to be computed in the same way as a cellular automata i.e state can be computed at step t directly without traversing intermidiate steps.

Please log in (or register) to comment.

show FPS hide FPS share fullscreen
remix of d/7512 by u/magna

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

Please log in (or register) to comment.

remix of d/7511 by u/magna

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 1 remix fullscreen
remix of d/7510 by u/magna

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.

Loading...
Next page