Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 708 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 708 Bytes

Mandelbrot set visualization

A cross-platform GPU-accelerated visualization of the Mandelbrot set focused on interactivity.

Since WebGPU is currently at a very early stage, some driver related issues are expected to happen. Make sure you have the latest driver version installed if you experience any issues or visual glitches.

On the web, WebGPU is only supported in Chromium-based browser at the time of writing this. For up-to-date information see https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API#browser_compatibility

minibrot

Build

Native

cargo build --release

Web

wasm-pack build --target web