rosslh / Mandelbrot.site

Explore the Mandelbrot set fractal in your web browser. Built with Rust, Wasm, and TypeScript.

Home Page:https://mandelbrot.site

Repository from Github https://github.comrosslh/Mandelbrot.siteRepository from Github https://github.comrosslh/Mandelbrot.site

Add the ability to generate zoom animations

rosslh opened this issue · comments

There should be a button and modal similar to the "save image" functionality. The options should be:

  • Kind
    • Zoom in to this location
    • Zoom out from this location
  • Height (px)
  • Width (px)
  • Duration (seconds)
  • Frame rate (fps)

It should generate an MP4 video. The video generation should be done in a web worker to avoid blocking the main thread.