mandelbrot_ppm, a C++ code which creates a binary Portable Pixel Map (PPM) image of the Mandelbrot set, by Eric Weeks.
The information on this web page is distributed under the MIT license.
mandelbrot_ppm is available in a C version and a C++ version.
mandelbrot, a C++ code which generates an ASCII Portable Pixel Map (PPM) image of the Mandelbrot fractal set;
mandelbrot_openmp, a C++ code which generates an ASCII Portable Pixel Map (PPM) image of the Mandelbrot fractal set, using OpenMP for parallel execution.
ppmb_io, a C++ code which handles the Portable Pixel Map (binary) format.
Original C code by Eric Weeks. This version by John Burkardt.,