Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 485 Bytes

File metadata and controls

13 lines (13 loc) · 485 Bytes

Description

This is a simple program which renders the Mandelbrot set, using CUDA for NVIDIA GPUs.

Usage

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.

Gallery

out.mp4