MRaster examples 21.0.0.0
Image Processing Library
Loading...
Searching...
No Matches
juliaM2.cpp File Reference

Draw julia sets on a Mandelbrot Curve. More...

Go to the source code of this file.

Detailed Description

Draw julia sets on a Mandelbrot Curve.

Author
Mitch Richling https://www.mitchr.me
Standards
C++20
See also
https://www.mitchr.me/SS/julia/index.html
Details

Moves $c$ around the Mandelbrot set along the 10th Mandelbrot Curve. A GIF may be rendered from the frames like this:

 time convert -delay 1 -loop 0 -dispose previous juliaM2_???.tiff juliaM2.gif

Definition in file juliaM2.cpp.