Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
- [Data visualization](#data-visualization)
- [Debug](#debug)
- [Documentation](#documentation)
- [DSP](#dsp)
- [Font](#font)
- [Game Engine](#game-engine)
- [GUI](#gui)
Expand Down Expand Up @@ -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)
* [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
*Libraries for parsing and manipulating font files.*

Expand Down
1 change: 0 additions & 1 deletion todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ https://github.com/mozilla/mozjpeg
https://github.com/tinfoilboy/Explodable
https://github.com/shaih/HElib
https://github.com/jlnr/gosu
https://github.com/vinniefalco/DSPFilters
https://github.com/m-ou-se/moggle

https://github.com/Hawstein/cracking-the-coding-interview
Expand Down