A GPU Mandelbrot and Multibrot explorer using OpenCL and SDL2.
You will need an OpenCL compatible graphics processor and the SDL2 library:
$ sudo apt install libsdl2-2.0-0
Get the OpenCL and SDL2 development packages:
$ sudo apt install ocl-icd-opencl-dev libsdl2-dev
Build the executable:
$ make