Mandelbrot Fractal on iPhone
Posted by alpheccar - Jan 18 2009 at 19:02 CEST
I have not blogged a lot so far because I have spent some time on iPhone development for fun. If you like fractals (Mandelbrot and Julia) and if you have an iPhone or iPod Touch then perhaps you may like my free software Mandelbrot. Here is a video:
The original looks better than the compressed video.
You can get it on iTunes
I hope you'll like it :-)


Image perception
Posted by Juan-Carlos Lerman - Jun 23 2010 at03:08 CEST
Excellent fractal apps. Is there a way to freeze an image? I want to research an optical/visual effect. I'll be glad to expand if interested. 1*5 = ?, ça depends de logiciel, en APL c'est =1 non 5.
Posted by alpheccar - Feb 14 2009 at17:39 CEST
I used Objective C. If you code for iPhone you have not really another choice. It is possible to cross-compile from another language and interface to Objective C but it would be too much work.
Posted by tehgeekmeister - Feb 14 2009 at17:13 CEST
i'm curious what language you used to develop this? i'm considering writing some iphone apps, but i'm hesitant to use haskell because i'm not sure how well it'll interface with the iphone api.