# Notice that, since this implementation uses only standard Python 3 objects, you can try to run # this script using Pypy 3, Cython 3 or any other Python 3 implementation.
This project implements a generalized bloom post-processing effect using FFT-based convolution, with GPU acceleration for real-time performance. Bloom, often used in computer graphics and digital art, ...