mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-03-10 17:19:07 -04:00
Add DSP libraries
This commit is contained in:
parent
063575ee13
commit
ce12a62929
2 changed files with 11 additions and 1 deletions
11
README.md
11
README.md
|
@ -21,6 +21,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
|
||||||
- [Data visualization](#data-visualization)
|
- [Data visualization](#data-visualization)
|
||||||
- [Debug](#debug)
|
- [Debug](#debug)
|
||||||
- [Documentation](#documentation)
|
- [Documentation](#documentation)
|
||||||
|
- [DSP](#dsp)
|
||||||
- [Font](#font)
|
- [Font](#font)
|
||||||
- [Game Engine](#game-engine)
|
- [Game Engine](#game-engine)
|
||||||
- [GUI](#gui)
|
- [GUI](#gui)
|
||||||
|
@ -462,6 +463,16 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
|
||||||
* [Natural Docs](https://github.com/NaturalDocs/NaturalDocs) - Natural Docs is an open source documentation generator for multiple programming languages. [AGPL/Commercial] [website](https://www.naturaldocs.org)
|
* [Natural Docs](https://github.com/NaturalDocs/NaturalDocs) - Natural Docs is an open source documentation generator for multiple programming languages. [AGPL/Commercial] [website](https://www.naturaldocs.org)
|
||||||
* [Sphinx](https://github.com/sphinx-doc/sphinx) - Sphinx makes it easy to create intelligent and beautiful documentation. [BSD-2-Clause] [website](https://www.sphinx-doc.org)
|
* [Sphinx](https://github.com/sphinx-doc/sphinx) - Sphinx makes it easy to create intelligent and beautiful documentation. [BSD-2-Clause] [website](https://www.sphinx-doc.org)
|
||||||
|
|
||||||
|
## DSP
|
||||||
|
*Digital signal processing.*
|
||||||
|
|
||||||
|
* [DSPFilters](https://github.com/vinniefalco/DSPFilters) - A collection of useful C++ classes for digital signal processing. [MIT]
|
||||||
|
* [FFTW](http://www.fftw.org/) - A C library for computing the DFT in one or more dimensions. [GPL]
|
||||||
|
* [iir1](https://github.com/berndporr/iir1) - IIR Realtime C++ filter library. [MIT]
|
||||||
|
* [kissfft](https://github.com/mborgerding/kissfft) - A Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid. [BSD-3-Clause]
|
||||||
|
* [pocketfft](https://github.com/mreineck/pocketfft) - FFT implementation based on FFTPack, but with several improvements. [BSD-3-Clause]
|
||||||
|
* [wavelib](https://github.com/rafat/wavelib) - C implementation of 1D and 2D wavelet transforms. [BSD-3-Clause]
|
||||||
|
|
||||||
## Font
|
## Font
|
||||||
*Libraries for parsing and manipulating font files.*
|
*Libraries for parsing and manipulating font files.*
|
||||||
|
|
||||||
|
|
1
todo.txt
1
todo.txt
|
@ -117,7 +117,6 @@ https://github.com/mozilla/mozjpeg
|
||||||
https://github.com/tinfoilboy/Explodable
|
https://github.com/tinfoilboy/Explodable
|
||||||
https://github.com/shaih/HElib
|
https://github.com/shaih/HElib
|
||||||
https://github.com/jlnr/gosu
|
https://github.com/jlnr/gosu
|
||||||
https://github.com/vinniefalco/DSPFilters
|
|
||||||
https://github.com/m-ou-se/moggle
|
https://github.com/m-ou-se/moggle
|
||||||
|
|
||||||
https://github.com/Hawstein/cracking-the-coding-interview
|
https://github.com/Hawstein/cracking-the-coding-interview
|
||||||
|
|
Loading…
Add table
Reference in a new issue