An open API service indexing awesome lists of open source software.

https://github.com/unclechu/haskell-fun-rotating-vectors


https://github.com/unclechu/haskell-fun-rotating-vectors

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# rotating-vectors

Just a play with drawing rotating vectors based on Fourier series.

See https://en.wikipedia.org/wiki/Fourier_series

## Build & run

```bash
stack build | stack exec rotating-vectors-exe
```

## License

[BSD3](LICENSE)