Skip to content

Example: Mandelbrot

Craig Minihan edited this page May 6, 2015 · 6 revisions

We liked mandelbrot-set.com so we thought we'd make it run under libjsapi and gtkmm just for kicks.

A JS generated Mandelbrot running under libjsapi

The example consists of gtkmm wrapper classes and the JavaScript source to draw the Mandelbrot. It is too complex to list the source here, however if you are brave you will find it here.

DISCLAIMER: The gtkmm wrapper classes are examples only, they don't have much error checking so if you use them you are brave/crazy/stupid.