blob: ca9a11af3d6b82fe8057b85fbe861d345298283b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Fourier Series Visualization

## Usage
```
$ make
$ ./fourier-series-viz
```
### Keybindings
* `Esc`, `q`: quit
* `j`/`k`, `-`/`=`: less/more circle
* `p`, `Space`: pause
### Dependencies
* [SDL2](https://libsdl.org)
* [SDL2\_gfx](https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/)
|