packages feed

mandulia-0.5: NEWS

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.