A fast Buddhabrot renderer written in Rust.
The Buddhabrot is an extension of the Mandelbrot set.
Instead of simply testing if a complex number z
escapes the set after n
iterations, we track where z
goes and leave a trail for each iteration.
This allows to the inner, 'black' part of the Mandelbrot set to gain more complexity and detail.
For more information, visit:
- Multithreading
- Support for both EXR and PNG image formats
- The three-color Buddhabrot (Nebulabrot)