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 manipulations facilities.
- Complex numbers.
- Fractals.
- Palette support.
- Render utilities.
- Timing utilities.
Macros§
- Logs to
stderr
using predefined formats.
Constants§
- The precision used for arbitrary precision computations, in bits.
- The version number of benoit, currently being
3.0.0
.