maly - interactive Mandelbrot set explorer with infinite zoom.
GPU-accelerated rendering via WGPU compute shaders for shallow zooms, CPU f64 with rayon parallelism for mid-range, and perturbation theory with automatic rebasing for deep zooms beyond 10^13 magnification. Arbitrary precision reference orbits powered by GMP/MPFR through the rug crate.
| Zoom | Mode | Description |
|---|---|---|
| < 10^5 | GPU f32 | WGSL compute shader |
| 10^5 -- 10^13 | CPU f64 | rayon parallel |
| > 10^13 | CPU f128 | BigFloat reference orbit + f64 deltas with rebasing |
| Input | Action |
|---|---|
LMB drag |
Pan |
Scroll wheel |
Zoom to cursor |
+ / - |
Iterations +100 / -100 |
R |
Reset view |
Dependent:
gmp mpfr base-devel cmake fontconfig pkg-config cargo
Run:
cargo run --release