https://github.com/robrix/dragon
Renders iterations of the dragon curve to SVG
https://github.com/robrix/dragon
Last synced: about 1 year ago
JSON representation
Renders iterations of the dragon curve to SVG
- Host: GitHub
- URL: https://github.com/robrix/dragon
- Owner: robrix
- License: bsd-3-clause
- Created: 2019-06-16T14:17:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T14:19:39.000Z (about 7 years ago)
- Last Synced: 2025-03-31T12:22:09.969Z (about 1 year ago)
- Language: Haskell
- Size: 11.7 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# dragon
Renders iterations of the dragon curve to SVG.
Usage:
```shell
cabal new-build # build
cabal new-install # copy it some place you can add to your PATH
dragon -i 15 -l 10 # render the 15th iteration with segments of length 10
```