Skip to content

Harsha-vardhan-R/mandelbrot_animator

Repository files navigation

Rendering Mandelbrot set using Rust and Image crate.

Next in todo -ffmpeg directly in the code. -use gpu? -implement for a big float f64 precision is barely enough for the deep zoomes.

-> Enter a point in the complex plane, and the zoom ratio, it will generate series of photos zooming into the fractal.

Example Image:(Theseimages are completely rendered by the above code.)

resolution => 1000*1000 Fractal final_resolution-1000 frame-1

Fractal final_resolution-1000 frame-8

resolution => 3000*3000 Fractal final_resolution-3000 frame-5

Fractal final_resolution-3000 frame-3

Code uses concurrency, to get better render times.

Releases

No releases published

Packages

No packages published

Languages