Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 501 Bytes

File metadata and controls

13 lines (7 loc) · 501 Bytes

Rust Mandelbrot Explorer Re-Write

This is my attempt to re-write my old Mandelbrot Set Explorer written in Clojure.

Image generation works, but I'm having difficulties with the UI.

Use

To have it generate an image, run

cargo run

The location in the complex plane can be set in main.rs, and the exact coloring can be set in ui/image.rs (color_f). I didn't simplify it because I didn't intend to leave it in this state for very long.