Very nice remix. Am I correct in thinking that you're rendering the fractal three times, one time for every coördinate?
fractal, and julias?
40 posts
Skupers: Yes thats what i did.
You can add this to bottom for some nice colors:
a=sqr(sqr(z1)*z1);
red=(sin((fx*m+fx2*(1-m))*0.001)*0.5+0.5)*a;
green=(sin((fy*m+fy2*(1-m))*0.001)*0.5+0.5)*a;
blue=(sin((fz*m+fz2*(1-m))*0.001)*0.5+0.5)*a;
You can add this to bottom for some nice colors:
a=sqr(sqr(z1)*z1);
red=(sin((fx*m+fx2*(1-m))*0.001)*0.5+0.5)*a;
green=(sin((fy*m+fy2*(1-m))*0.001)*0.5+0.5)*a;
blue=(sin((fz*m+fz2*(1-m))*0.001)*0.5+0.5)*a;
mandelbrot
I am a quite new to the AVS, and even newer to this forum...
I hope there isn't a newby-flaming-policy around here, because if so, i'm screwed.
The fact is, I have a request: I have tried to search threads for fractals, and one in specific; the mandelbrot set.
The only thing I read is 'Julia's are easy, mandelbrot's are harder but can be done'. Well supposing it CAN be done, I've searched for proof of this, but didn't find anything.
I tried to make one myself, and the download below is as far as I got. I simply converted the SuperScope's point sequence into a grid, and used basic fractal coding that can be found anywhere on the net... It is very slow and doesn't interact with the music yet. Are there any examples of better mandelbrot sets? <to download rename the .txt to .avs>
I am a quite new to the AVS, and even newer to this forum...
I hope there isn't a newby-flaming-policy around here, because if so, i'm screwed.
The fact is, I have a request: I have tried to search threads for fractals, and one in specific; the mandelbrot set.
The only thing I read is 'Julia's are easy, mandelbrot's are harder but can be done'. Well supposing it CAN be done, I've searched for proof of this, but didn't find anything.
I tried to make one myself, and the download below is as far as I got. I simply converted the SuperScope's point sequence into a grid, and used basic fractal coding that can be found anywhere on the net... It is very slow and doesn't interact with the music yet. Are there any examples of better mandelbrot sets? <to download rename the .txt to .avs>
mandelbrot
I am a quite new to the AVS, and even newer to this forum...
I hope there isn't a newby-flaming-policy around here, because if so, i'm screwed.
The fact is, I have a request: I have tried to search threads for fractals, and one in specific; the mandelbrot set.
The only thing I read is 'Julia's are easy, mandelbrot's are harder but can be done'. Well supposing it CAN be done, I've searched for proof of this, but didn't find anything.
I tried to make one myself, and the download below is as far as I got. I simply converted the SuperScope's point sequence into a grid, and used basic fractal coding that can be found anywhere on the net... It is very slow and doesn't interact with the music yet. Are there any examples of better mandelbrot sets? <to download rename the .txt to .avs>
I am a quite new to the AVS, and even newer to this forum...
I hope there isn't a newby-flaming-policy around here, because if so, i'm screwed.
The fact is, I have a request: I have tried to search threads for fractals, and one in specific; the mandelbrot set.
The only thing I read is 'Julia's are easy, mandelbrot's are harder but can be done'. Well supposing it CAN be done, I've searched for proof of this, but didn't find anything.
I tried to make one myself, and the download below is as far as I got. I simply converted the SuperScope's point sequence into a grid, and used basic fractal coding that can be found anywhere on the net... It is very slow and doesn't interact with the music yet. Are there any examples of better mandelbrot sets? <to download rename the .txt to .avs>
There are some mandelbrot presets out there, but the main problem is they're either very slow or very low detail... frankly AVS just isnt up to it.
wow. totally prehistoric thread..
🙂
[edit] OOH LOOK! there's me!! I can't spell fractal! w00tz0rz!
🙂
[edit] OOH LOOK! there's me!! I can't spell fractal! w00tz0rz!
That was back when your avatar wasn't a monocolour square and you harked from Ozshtrayleeuh.
I redid this and that, it actually is a pretty fancy visualisation now... at least the speed is accaptable 🙂
comments anyone...?
comments anyone...?
nice, could do with a bit more music response to be a visualisation.