Create a cool wallpaper of a mandelbrot set !
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Unbewohnte df077d055e Updated version number 3 years ago
src Updated version number 3 years ago
.gitignore Fixed stretchiness on the X-axis 3 years ago
Cargo.lock initial commit ! 3 years ago
Cargo.toml Updated version number 3 years ago
LICENSE initial commit ! 3 years ago
Makefile Made cross-compiling easier to me 3 years ago
README.md Added README 3 years ago

README.md

mandelplot

Generate mandelbrot set with specified dimensions, a couple of palettes included !

Usage

mandelplot [OPTIONS]

OPTIONS:

  • -d, --image_dimensions <image_dimensions> => Set image dimensions (WIDTHxHEIGHT) [default: 7680x4320]

  • -h, --help => Print help information

  • -i, --max_iter <max_iter> => Specify maximum amount of iterations to decide whether the point escapes to infinity or not [default: 1000]

  • -n, --image_name <image_name> => Set output image filename [default: mandelbrot]

  • -p, --palette <palette> => Specify bulb color (light, dark) [default: light]

  • -V, --version => Print version information

TODO:

  • generate image in parallel