A command line based fractal renderer, which uses multiprocessing to quickly render awesome images of fractals. The user has full control over the rendering of the image being able to choose render size, location, zoom, iterations, and even the colormap used. Currently there is only support for rendering the Mandelbrot Set but there are plans to include other fractals.
This repository is no longer being worked on. I have continued development of fractal programs in my new project FractalExplore. This project further improves upon this project, allowing for real time rendering of the same fractals with much more customisation.