rustelbrot is a Rust command-line program that plots the Mandelbrot Set.
Build using your local rust installation
git clone https://github.com/zazu7765/rustelbrot.git
cd rustelbrot
cargo build --releaseor grab a binary from Releases if it is available
./target/release/rbrot <file> <PIXELSxPIXELS> <upper_left> <lower_right> <threads>Example:
rustelbrot test.png 4000x3000 -1.20,0.35 -1,0.20 32
Currently Looking for:
- custom complex type
- custom color changing
- better folder/file pathing
- multiple generation
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
GPL3
