Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUSTELBROT

rustelbrot is a Rust command-line program that plots the Mandelbrot Set.

Installation

Build using your local rust installation

git clone https://github.com/zazu7765/rustelbrot.git

cd rustelbrot

cargo build --release

or grab a binary from Releases if it is available

Usage

./target/release/rbrot <file> <PIXELSxPIXELS> <upper_left> <lower_right> <threads>

Example: rustelbrot test.png 4000x3000 -1.20,0.35 -1,0.20 32

Will produce: Image Example

Contributing

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.

License

GPL3

About

Rust implementation of a mandelbrot set visualizer in PNG format

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages