MandelBrot

About this Project
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 function f(z) = z^2 + c remains bounded. In this case, visualisations speak louder than words.
Visualisations






Technologies Used
PythoncupyCUDAffmpegdatashader