Simple Mandelbrot renderer in Rust
Contains the main
function and a function that prints information about the current configuration.
Contains all the functions that calculate and save the mandelbrot, as well as other utility functions.
draw_mandelbrot
z
get_color
save_render_as_png
Contains all the settings about how the mandelbrot is drawn.
- How many times
z()
is iterated per pixel - Image size in pixels
- Drawing range on the complex plane
- Path to where the image is saved
- Maybe add multithreading