gwyfract is a simple Mandelbrot set outside renderer. It uses Gwyddion libraries for false color 2D data display, selections and some infrastructure. Despite being a toy renderer, it has a few cool features:
Source code tarball (bzip2): | gwyfract-.tar.bz2 | ||
Source code tarball (gzip): | gwyfract-.tar.gz |
See README
in the tarballs for some usage notes.
Compilation requirements
(1) I don't know how to detect the number of processors on MS Windows and namely it's bloody too hard to use third-party libraries (GNU MP) there. Feel free to prove me wrong though. (Yeti)
Screenshot of gwyfract showing the control window and the rendering
window with mild deep zoom (precision just slightly above what the machine
long double
provides).
Comparison of traditional discrete iteration count rendering and smooth
rendering.
Comparison of a normal pixel-for-pixel with image enhanced with “unfair
antialiasing”.
Comparison of several mapping types (linear, sqrt-log and adaptive) on a
Mandelbrot set detail.