Skip to content

xorza/mandelbrot-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot Explorer

A desktop application for exploring the Mandelbrot set. The project is written in Rust and uses winit, wgpu, tokio, and portable_simd for high performance rendering.

Features

  • Interactive pan and zoom
  • CPU fractal calculations using 64‑bit precision
  • Multithreaded with SIMD acceleration
  • GPU based preview during navigation

Requirements

The project targets the Rust nightly toolchain (tested with nightly 1.77.2) for SIMD support.

Benchmark

Rendering a single‑threaded 2048×2048 image with 1024 iterations takes about 135 ms on a MacBook Air M2 2022.

Benchmark

Demo

Youtube demo

Additional screenshots can be found in the doc/ directory:

Screenshot 1

Screenshot 2

License

This project is licensed under the MIT License. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published