v0.7 2010-08-14 smooth-as Visual quality improvements include reduced jitter (at the cost of additional latency of one frame) and smoother colour gradations. Portability improvements include disabled optimizations by default, add -ffast or -ffast -fSSE4 to re-enable them. Feature enhancements include access of runtime statistics from Lua scripts (for example: mandulia.statistics.frame.stddev). Source code statistics: 2097 lines, 10174 words, 59218 chars. v0.6 2010-07-25 facepalm The previous version had a bug wherein the program help text was out of sync with the implementation, leading to mass confusion and such. This version fixes that bug. Source code statistics: 2071 lines, 10047 words, 58373 chars. v0.5 2010-07-25 neon in O(1) space This version runs in asymptotic constant space. Aesthetics tweaks give more colourful 'neon' output, and the randomized attract mode picks more interesting places to explore. Source code statistics: 2072 lines, 10050 words, 58399 chars. v0.4 2010-07-12 joining the cabal This version is installable with 'cabal-install'. Documentation has been improved, many bugs have been fixed, and new features have been added, including: * full screen mode * argument passing to configuration scripts * a search heirarchy for configuration scripts * a separate namespace in the scripting API Source code statistics: 1948 lines, 9626 words, 55247 chars. v0.3 2010-07-12 scripting interface This version features the new feature of external configuration scripts in Lua. The scripts can configure initial settings as well as provide for interaction (via keyboard) and animation, and more core features will be exposed to the scripting interface as versions progress. Source code statistics: 1954 lines, 9774 words, 56087 chars. v0.2 2010-07-10 optimized and improved This version features greatly improved speed thanks to hours of careful profiling, along with aesthetic enhancements and runtime statistics logging. Some bugs were fixed, and video recording is present (though disabled by default). v0.1 2010-07-06 first working version Mandulia provides a zooming visualisation of the Mandelbrot Set as many Julia Sets. This first version, while working mostly as intended, has too many hard-coded configurations and some code ugliness. v0.0 2010-07-02 initial commit Project started.