Skip to content

Files

Latest commit

 

History

History
25 lines (16 loc) · 378 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 378 Bytes

Multibrot

A GPU Mandelbrot and Multibrot explorer using OpenCL and SDL2.

Requirements

You will need an OpenCL compatible graphics processor and the SDL2 library:

$ sudo apt install libsdl2-2.0-0

Build

Get the OpenCL and SDL2 development packages:

$ sudo apt install ocl-icd-opencl-dev libsdl2-dev

Build the executable:

$ make