An open API service indexing awesome lists of open source software.

https://github.com/simonschoelly/opencl-mandelbrot

Calulates the Mandelbrot set with Python and OpenCL
https://github.com/simonschoelly/opencl-mandelbrot

gpgpu mandelbrot opencl pyopencl python

Last synced: 9 months ago
JSON representation

Calulates the Mandelbrot set with Python and OpenCL

Awesome Lists containing this project

README

          

# OpenCl-Mandelbrot
A trivial program for calculating the Mandelbrot set using Python and OpenCL (pyopencl).
Might be a good starting point for setting up a minimal OpenCL project.

![](https://github.com/simonschoelly/OpenCL-Mandelbrot/blob/master/screenshots/screenshot1.png)