Skip to content

lpatalas/Mandelbrot

Repository files navigation

Mandelbrot set renderer

Examples

Controls

  • Click and drag to select area
  • Click selected area to zoom in
  • Use browser back button to zoom out

Query string parameters

  • x, y - center position on the complex plane (default: -0.5, 0)
  • scale - total width of the visible complex plane area (default: 4)
  • maxIter - maximum iteration count when computing pixel color (default: 50)
  • colorScheme - index of used color scheme (default: 0)