add readme
This commit is contained in:
parent
ab2da88cd4
commit
281182a1b6
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# mandelbrot
|
||||
requires [chez scheme](https://cisco.github.io/ChezScheme/)
|
||||
## usage
|
||||
```sh
|
||||
scheme --script mandelbrot.ss PATH WIDTH HEIGHT [color:hex*]
|
||||
```
|
||||
example, alternating between red, green, and blue:
|
||||
```sh
|
||||
scheme --script mandelbrot.ss /tmp/rgbdelbrot.ppm 500 300 dd1111 11dd11 1111dd
|
||||
```
|
||||
(many things should be customizable but aren't.
|
||||
the aspect ratio is 5/3)
|
Loading…
Reference in a new issue