Mandelbrot Fractal on iPhone
Posted by alpheccar - Jan 18 2009 at 20: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 :-)


Posted by alpheccar - Feb 14 2009 at18: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 at18: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.