Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 740 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 740 Bytes

mandel-js

Simple web-based Mandelbrot set explorer. This was written as a fun teaching exercise. The design goals are speed and small code size, in that order.

It uses web workers for parallelization, so you can put those CPU cores to use! The math code is written in WebAssembly. Shared memory is used where available.

It will also use SIMD instructions for a ~2x speed boost when available (Firefox 88+, Chrome 91+).

Try it out here!

Features

  • Click and select-and to zoom
  • History navigation - use the Back button to navigate where you came from
  • Colors are randomized on load

License

Licensed under the MIT License.