Skip to content

michurin/fast-online-mandelbrot-set-explorer

Repository files navigation

Fast online Mandelbrot set explorer test

https://michurin.github.io/fast-online-mandelbrot-set-explorer/

Status

Just for fun project. It's not totally finished.

Limitations

This solution is based on WebGL. So, it doesn't work in old browsers and hardware.

Motivation

There are a lot of Mandelbrot exploring projects, that are focused on palette selection and beautiful result. The goal of the project, in contrast, is to create online fast Mandelbrot and Julia sets viewer that will provide full information about image.

It helps you to find beautiful place and then you could use offline tools to create high resolution and custom colored image.

Tips and tricks

If you wish to render high resolution you are free to tweak canvas size using your browser's developer tools.

Say something like this on browser debug console:

a = b = 1000; // use a!=b on retina
$($('canvas').get(1)).attr({width: a, height: a, style: `width: ${b}px; height: ${b}px;`});

Resources

Contributors 2

  •  
  •