An appliction showing the classic Mandelbrot set implemented in Rust with SDL2.
First install these requirements.
SDL2-devel
The release version performs much better, so run
cargo run --release
Keyboard shortcuts and mouse functions.
+and-keys zooms in and out.- Left mouse button sets image center.
PageUpandPageDownchanges maximum interation count.Htoggles histogram equalization.Cshows the available color schemes.Num keysselects color schemes.Spaceresets the zoom level.- Right mouse button prints pixel information to console
Escstops the program.