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

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

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
```