https://github.com/unclechu/haskell-fun-rotating-vectors
https://github.com/unclechu/haskell-fun-rotating-vectors
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unclechu/haskell-fun-rotating-vectors
- Owner: unclechu
- License: bsd-3-clause
- Created: 2019-07-03T19:16:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T19:17:13.000Z (about 7 years ago)
- Last Synced: 2024-12-27T22:24:40.106Z (over 1 year ago)
- Language: Haskell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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)