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
- Host: GitHub
- URL: https://github.com/simonschoelly/opencl-mandelbrot
- Owner: simonschoelly
- Created: 2018-11-14T04:27:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T01:01:51.000Z (over 2 years ago)
- Last Synced: 2025-03-01T18:14:31.327Z (over 1 year ago)
- Topics: gpgpu, mandelbrot, opencl, pyopencl, python
- Language: Python
- Size: 75.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.
