Skip to content

Repository files navigation

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.

About

Mandelbrot viewer

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages