Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 532 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 532 Bytes

About fft2d-swift-playground

This repo contains a Swift playground that illustrates the 2D image FFT (Fast Fourier Transformation) algorithm.

Note that the original code is in Javascript, which is written by @turbomaze. I just rewrite it in Swift and play it in Xcode playground. You can find the original JS implementation at here.

Preview