This is a simple program which renders the Mandelbrot set, using CUDA for NVIDIA GPUs.
The installation process is as follows:
git clone https://github.com/BanuDarius/mandelbrot-cuda/
cd mandelbrot-cuda/
make
python3 auto_compute.py
This will run the program for a parameter sweep, output frames of the Mandelbrot set, and render them into a video using ffmpeg.