Page 1 of 1

Fractals

Posted: Wed Feb 22, 2012 9:05 pm
by vonjazz
Hi. I am keen to incorprate a fractal generating program into livecode for an apple app. Is this possible? What program should I use that Livecode would recognize?

Re: Fractals

Posted: Wed Feb 22, 2012 9:10 pm
by Mark
Hi,

I think there is nothing against implementing your own fractal algorithm in the LiveCode scripting language. If you want to have a visual representation of it, then you can convert your data to the imagedata of an image control.

Kind regards,

Mark

Re: Fractals

Posted: Wed Feb 22, 2012 9:57 pm
by bn
Hi,

have a look here:

http://runtime-revolution.278305.n4.nab ... ml#a961527

there is a link to a download of a mandelbrot stack.

Peter Brigham had it uploaded to the user samples but the current version does not work. The link above is to an earlier version.

Kind regards

Bernd