Project
Mandelbrot on GPU

Overview
In this small project I made some visualisations using a CUDA kernel in Python via cupy. Visualisations are made using datashader, a library that allows for fast rendering of large datasets.
The visualisation is made of the Mandelbrot set, this famous set follows from a simple but yet interesting equation. The set is defined as the set of complex numbers c for which the function f(z) = z² + c remains bounded. In this case, visualisations speak louder than words.
Visualisations
Stack
- Python
- CuPy
- CUDA
- ffmpeg
- datashader