This implementation of the mandelbrot set is meant to train my skills on efficient code, concurrency and GUI with Rust.
To move into the set, use the following keys:
o
- Zoom Outi
- Zoom Inl
- Leftr
- Rightt
- Topb
- Bottom&
- Lower resolutioné
- Higher resolution(
- Lower precision-
- Higher precision
If the source code is compiled without optimizations, the resulting mandelbrot set viewer will not be efficient at all. Hence, make sure that optimizations are enabled in the compiler (Enabled by default in the Cargo file.)
- Auto zooming animation
- Better zoom handling
- Better color palette