Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 833 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 833 Bytes

Mandelbrot explorer

Description

MSRV 1.77.2 nightly

Desktop UI application for exploring the Mandelbrot set. Draggable and zoomable. Calculation is done on CPU with 64 bit precision. Written on Rust. Uses winit, wgpu, tokio and portable_simd. Multithreaded, uses SIMD. Preview drag and zoom done on GPU.

Uses nightly toolchain for SIMD support.

Runs pretty smooth on my Macbook Air M2 2022. The following single-threaded 2048x2048 image render with 1024 max iterations takes 135ms:

bench.png

Additional images

https://youtu.be/W6jAF17scfc

Youtube demo

screenshot1

scrennshot2