Divy1211 / mandelbrot-zoom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mandelbrot Zoom

  1. I have coded a Mandelbrot set Zoom renderer in Processing (a java animations library), my code is a bit messy but i think it will be readable enough. You can run the code in the Processing Developement Environment (PDE) itself.
  2. If you find a bug you can open a pull request

Prerequisites

  1. You should have Java installed.
  2. You should also download and install the Processing Developement Environment

How the program works

  1. This program implements the Mandelbrot zoom. It uses the same mathematical formula explained in depth here.
  2. The aa variable in the program controls the anti aliasing level. Note that increasing the canvas size or AA levels will significantly increase rendering times!
  3. Compressed GIF of the animation: Zoom GIF

About

License:MIT License


Languages

Language:Processing 100.0%