Skip to content

fighterguard/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandelbrot

This is a very simple web app that allows visualization of the Mandelbrot set

Simply download all of the files into any folder in your computer, then open the index.html file with Chrome (I don't recommend Firefox for this, it's at least 3 times slower than Chrome at rendering each frame), and enjoy!

Be careful, though. If you go overboard with the number of iterations, you may cause your browser to freeze for several minutes.

I take NO RESPOSIBILITY for anything that happens to you or your machine as a consequence of the usage of this software. Download and use at your own risk. I'm not liable for any consequence of the use of this software.

Change log:

Ver. 0.1

  • Initial release. Only basic rendering functionality

Ver. 0.2

  • Added palette editor

Ver. 0.3

  • Added a worker to offload the iteration and rendering process out of the main thread
  • Added a progress bar

Ver 0.4

  • Added multithreaded rendering. 4 workers are used for rendering, increasing performance by 2 to 3 times
  • Made many impromevents and fixed many bugs in the zoom function

About

This is a very simple web app that allows visualization of the Mandelbrot set

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors