Fractals

Creating a graphics presentation or artists portfolio? Integrating artwork and code into something unique?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Locked
vonjazz
Posts: 2
Joined: Wed Feb 22, 2012 9:02 pm

Fractals

Post by vonjazz » Wed Feb 22, 2012 9:05 pm

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?

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Fractals

Post by Mark » Wed Feb 22, 2012 9:10 pm

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
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3975
Joined: Sun Jan 07, 2007 9:12 pm
Location: Bochum, Germany

Re: Fractals

Post by bn » Wed Feb 22, 2012 9:57 pm

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

Locked

Return to “Digital Art and Portfolios”