IsakT/rusty-mandelbrot
My implementation of the Mandelbrot set in Rust. Based on the buggy and non-working example in the book Rust In Action. Bugs have been fixed, code refactored and reworked from scratch, and each step of the algorithm has been extensively commented.
Rust