### Dependencies
- NumPy is the only hard external dependency.
- Numba, if available, is used for compiling Python to native code (≈ 3× speedup).
- PyGLET, if available, is used for rendering the results on the screen via OpenGL.
- SciPy, if available, is used for slightly faster FFTs.
Comments
Hmmm..Thanks for this. I looked at the code and must have missed the decorators.