Mandelbrot image generator developed in C++

Fractal Image Generator

  • Juan Becerra
  • July 2020

This is a personal project I developed to practice more advanced concepts in C++. Given a target resolution, color range definitions, zoom operations, and an output file path, this program generates a fractal image using a computation-clamped Mandelbrot algorithm.

Project Repository