dwitter.net | #fractal

+ 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: #Opposites
show FPS hide FPS share fullscreen
remix of d/11033 by u/katkip

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

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

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
remix of d/10477 by u/pavel

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

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

  • Scanline Rainbow Mandelbrot Section
  • Show more comments…
  • u/tomxor
    I'd love to see more fractals, especially more esoteric ones, keep up the good work rbong.
  • u/katkip
    Great job bro!! I love this one!
  • u/lionleaf
    Amazing!
  • u/iverjo
    #slow_render

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

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

  • Mandelbrot Set
  • Show more comments…
  • u/joeytwiddle
    Novel!
  • u/iverjo
    Nice! Now make the rectangles progressively smaller, so that the image becomes more and more detailed over time
  • u/MudkipGuy
    heh! I was already playing around with that... for(r=Math.random,j=99;j--;){for(a=3*r(),b=2*r(),i=c=d=0;i<30&&c*c<4;i++)e=c,c=c*c-d*d+a-2,d=2*d*e+b-1;x.fillStyle="hsl("+i*8+",50%,50%)",x.fillRect(640*a,540*b,p=30/t**.5,p)}
  • u/katkip
    Awesome!

Please log in (or register) to comment.

Loading...
Next page