Julia-Fatou Set and IFS Fractals

The Julia-Fatou Set

A rendering of the Julia-Fatou set, implemented in Objective-C using Cocoa Touch and OpenGL ES 2.0. The fractal is dynamically calculated. Most of the work is done in parallel by the fragment shader.


Julia-Fatou set at iOS Hackathon
The Julia-Fatou set, rendered on an actual iPad during a presentation at Globant's 2010 iOS Hackathon

IFS Fractals

An iterated function fractal representing a leaf. All calculations were performed using Cython. Rendering was performed using Pygame.


IFS Fractal
IFS fractal computed using Cython and rendered using Pygame.