Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

zarazaex69/maly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Rust

About

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.

Rendering Modes

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

Controls

Input Action
LMB drag Pan
Scroll wheel Zoom to cursor
+ / - Iterations +100 / -100
R Reset view

Fast start

Dependent:

gmp mpfr base-devel cmake fontconfig pkg-config cargo 

Run:

cargo run --release

Contact

Telegram: zarazaex
Email: zarazaex@tuta.io
Site: zarazaex.xyz

About

maly - infinity mandelbrot explorer

Topics

Resources

License

Stars

Watchers

Forks

Contributors