GLFFT
GPU FFT library
A C++ library implementing the Fast Fourier Transform (FFT) on GPUs using OpenGL
A C++11/OpenGL library for the Fast Fourier Transform
213 stars
17 watching
30 forks
Language: C
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
themaister/mufft | A fast Fourier transform library for signal processing applications | 166 |
dtolm/vkfft | A fast Fourier transform library designed to accelerate multidimensional mathematical operations on GPUs | 1,549 |
mborgerding/kissfft | A simple, efficient Fast Fourier Transform library for C | 1,487 |
tavurth/godot-fft | An implementation of the Fast Fourier Transform algorithm in GDScript | 39 |
jdupuy/dj_fft | A header-only FFT library providing fast and easy-to-use algorithms for 1D, 2D, and 3D Fourier transforms. | 169 |
mreineck/pocketfft | A C++ library implementing a highly optimized Fast Fourier Transform (FFT) algorithm with various features and options. | 75 |
h4rm/luafft | A Lua package providing fast and efficient implementation of the Fast Fourier Transformation algorithm | 56 |
adis300/fft-c | An implementation of the Fast Fourier Transform algorithm in C, making it more user-friendly and accessible. | 23 |
firejox/fftw.cr | A Crystal wrapper around the FFTW 3 library for performing discrete Fourier transforms | 12 |
danielrudrich/overlappingfftprocessor | An FFT processing class with buffering and windowing capabilities | 16 |
peterhinch/micropython-fourier | Fast Fourier transform implementation in MicroPython for embedded systems | 80 |
ucb-bar/fftgenerator | Generates Fast Fourier Transforms using MMIO-based algorithms | 9 |
jessey-git/fx-gltf | A C++ header-only library for serializing and deserializing 3D models in glTF format | 356 |
cginternals/glraw | A utility that converts Qt-supported images into an OpenGL-compatible raw format. | 63 |
haskell-opengl/glut | A Haskell binding for OpenGL, enabling cross-platform 3D graphics development in the Haskell programming language. | 61 |