No description
Find a file
2025-02-25 15:41:47 -05:00
LICENSE.txt license 2025-02-24 23:09:00 -05:00
mandelbrot.ss feat: (non-l)erping 2025-02-25 15:41:47 -05:00
README.md add readme 2025-02-24 23:39:02 -05:00

mandelbrot

requires chez scheme

usage

scheme --script mandelbrot.ss PATH WIDTH HEIGHT [color:hex*]

example, alternating between red, green, and blue:

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)