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

Create a Julia set movie. More...

Go to the source code of this file.

Detailed Description

Create a Julia set movie.

Simplified code for for web page examples.

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

Moves $c$ around a circle just a bit larger than the period 2 disk. A GIF may be rendered from the frames like this:

 time convert -delay 1 -loop 0 -dispose previous juliaM_???.tiff juliaM.gif
Author
Mitch Richling https://www.mitchr.me
Standards
C++20
See also
https://www.mitchr.me/SS/mandelbrot/index.html

Definition in file mandelbrot_simple.cpp.