A program that generates the various fractals using mouse position as parameter in complex plane
This is a project of the graphics branch of 42, written in C.
- Dynamically displays complex fractols based on mouse hovering position as parameter
- Multiple preset color schemes & full rgb color adjustment with keyboard input
- Zoom (almost infinitly) with mousewheel, centereed at the mouse position
- Adjustment of number of iterations to compute and escape redius
- Hide and diaplay info on screen
Run make
. An executable will compile. Currently only tested on OS X.
Run with ./fractol "Name of Fractal"
.
-
Julia set of (known to be topologically a Sirpinski's carpet with appropoate parameter)
-
Julia set of (resembles the Poincare metric when |c| is close to 1)
-
Standard square julia set where we also cut-off when iterates of points gets close to 0. (hence forming different shaded dots inside the connected components of the filled Julis set)