Welcome to Fractal Forums

Fractal Math, Chaos Theory & Research => Mandelbrot & Julia Set => Topic started by: slinker on February 26, 2016, 04:25:03 PM




Title: Software to create Julia Set Columns in 3d
Post by: slinker on February 26, 2016, 04:25:03 PM
I am making 3d fractal columns by generating stack of julia's that are successively calculated along a curve on the mandelbrot set.

(http://i.cubeupload.com/IPCsoP.png)

As an example, I might have a trajectory from -.1+0.8i to .4+.4i taken in equal steps of 100.  For each step, I calculate an image of the julia set for that complex pair.  Then I select a threshold boundary for the images to make them bitonal. Then I stack the images in 3d and if done right, makes a pretty 3d solid.

I am creating the images with messy python script.

Is there software (mandelbuld3d?) that can do this and let me change parameters (trajectory, threshold, etc) and see the results in 3d without the intermediate steps?

Thanks in advance!



Title: Re: Software to create Julia Set Columns in 3d
Post by: Spain2points on October 08, 2017, 11:45:11 PM
I've done similar stuff using the animator in MB3d, the principles are the same. I join the resulting stack in jwildfire. Hope this is of use to you.