[youtube]http://www.youtube.com/watch?v=ivRQDbAduoM&feature=related[/youtube]

Posted by s on April 15, 2008, 2:52 p.m.

The Universe of Universes

So it seems I'm the only one to put [youtube] in my blog titles

Ya, annoying cold had me on the couch yesterday. Got to read some C++ stuff that's targetted at proficient C programmers (I got it at Value Village, so not much choice)

Anyways, go waste your time finding parts of the mandelbrot that have never been seen

zm=128;x=-2;y=-1

while(y<1){while(x<1){zr=x;zi=y;z=0

while(sqr(zr)+sqr(zi)<=4&&z<99){zz=sqr(zr)-sqr(zi)+x;zi=2*zr*zi+y;zr=zz;z+=1}

draw_point_color(192+x*zm,128+y*zm,z*(c_white/99))

x+=1/zm}x=-2;y+=1/zm}

ZOOOOOOOOOOOM

xx=0;yy=.5

zm=256

x=-2;y=-1;while(y<1){while(x<1){

if 192+(x+xx)*zm>-1&&192+(x+xx)*zm<257&&128+(y+yy)*zm>-1&&128+(y+yy)*zm<257{

zr=x;zi=y;z=0

while(sqr(zr)+sqr(zi)<=4&&z<99){

zz=sqr(zr)-sqr(zi)+x

zi=2*zr*zi+y

zr=zz

z+=1}

draw_point_color(192+(x+xx)*zm,128+(y+yy)*zm,-z*(c_white/99))

}

x+=1/zm}

x=-2;y+=1/zm}

Comments

PY 16 years, 8 months ago

man…del…brot?

s 16 years, 8 months ago

You didn't know about the most beautiful of fractals? Well, I suppose I can feel free of the idea that posting this would be redundant

PY 16 years, 8 months ago

ooh, cool…

stampede 16 years, 8 months ago

XaoS is awesome :O

s 16 years, 8 months ago

Not knowing what XaoS was, I prayed to Google. Ah, how I have been answered