ExperimentalMandelbrot 2

Your browser needs java to view projects. Click here to install Java.

user_icon Canthiar shared it 2 years, 6 months ago
user_icon Based on Canthiar's project
846 views, 1 tagger, 11 people love it, 97 downloads, in 8 galleries
Add to my favorites?
Flag as inappropriate?

Comments

You need to be logged in to post comments

Add a Comment

 
lightnin101 lightnin101 1 day, 4 hours ago

I sure love old Mandelbrot.

cds56 cds56 1 year, 2 months ago

I've seen another person's madelbrot, and their tracer went slower through the larger(more centered) iterations, why does yours go faster?

Fractal Fractal 1 year, 9 months ago

If you are interested, I have created a similar program which seems faster and which allows you to zoom interactively: (link to project)

Canthiar Canthiar 1 year, 12 months ago

The Mandelbrot set is not a ray tracer. It just maps out an equation that uses complex numbers.

Oldschooler2 Oldschooler2 2 years ago

Slow but interesting. What is a mandelbrot? Judging by this it is like a raytracer but does not use a ray, reflection, etc. but it does use the drawers' position to indicate the color.

krayvis krayvis 2 years ago

very impressive.

Canthiar Canthiar 2 years, 1 month ago

Lucario621, the following list of projects draw the entire Mandelbrot fractal: (link to project) (link to project) (link to project) (link to project)

sniperman sniperman 1 year, 2 months ago

always reply with the reply button otherwise noone knows whether you've replied or not, and most likely won't check

(view all replies)
Lucario621 Lucario621 2 years, 1 month ago

What is a Mandelbrot fractal?

Canthiar Canthiar 2 years, 5 months ago

It draws a zoomed in portion of the Mandelbrot fractal.

sunnygirl1 sunnygirl1 2 years, 5 months ago

what does it do?

Son768 Son768 2 years, 5 months ago

Love it

MartinWollenweber MartinWollenweber 2 years, 5 months ago

Great algorithm!

Canthiar Canthiar 2 years, 6 months ago

That's what I was looking at, how to take a slow application and make it faster. I was using broadcasts to mirror the rendering which doubled the speed, but the mirrors got out of sync in the Java version.

mohlar mohlar 2 years, 6 months ago

What's impressive here is the speed. I've tried a few other Mandelbrot generators in the Scratch archive and this one seriously outpaces the others.

MyRedNeptune MyRedNeptune 2 years, 6 months ago

great

Please Wait...