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.
IFS Fractals
An iterated function fractal representing a leaf. All calculations were performed using Cython. Rendering was performed using Pygame.