Code Demo


Video download: mp4, ogg, webm.
Source code.
this video demo shows a "Mandelbrot Set Lemniscate", that is generating a Mandelbrot Set image but using different count limits for testing membership. inspired by: http://mathworld.wolfram.com/MandelbrotSet.html

the interesting thing about this is how only one allocation/deallocation are used in the `img` datatype.