mandelbrot-js/README.MD

16 lines
456 B
Plaintext
Raw Normal View History

2022-07-04 00:17:36 +00:00
# javascript-mandelbrot
A lightweight Mandelbrot grapher written in vanilla JavaScript using HTML canvas.
[Demo](https://alexanderbass.com/demos/mandelbrot)
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.