Crate benoit

Source
Expand description

Utilites for rendering the Mandelbrot Set etc.

This library is mostly intended for use by either benoit-cli or benoit-gui, but could be used by any programme. Do note that API changed can come without notice.

Modules§

colour
Colour manipulations facilities.
complex
Complex numbers.
error
fractal
Fractals.
palette
Palette support.
render
Render utilities.
stopwatch
Timing utilities.

Macros§

log
Logs to stderr using predefined formats.

Constants§

PRECISION
The precision used for arbitrary precision computations, in bits.
VERSION
The version number of the Benoit project.