Go to file
2022-07-03 20:17:36 -04:00
index.html Initial Commit 2022-07-03 20:17:36 -04:00
index.js Initial Commit 2022-07-03 20:17:36 -04:00
LICENSE Initial Commit 2022-07-03 20:17:36 -04:00
README.MD Initial Commit 2022-07-03 20:17:36 -04:00
style.css Initial Commit 2022-07-03 20:17:36 -04:00

javascript-mandelbrot

A lightweight Mandelbrot grapher written in vanilla JavaScript using HTML canvas.

Demo

The features of this include:

  • Zoom slider
  • Iterations slider
  • 2 color modes
  • (bonus) burning ship fractal.

I'm unsure if the burning ship implementation is correct.

If you see something wrong in the code, or something that could be done better, then contributions are welcome.