Hi everyone,

I've been working on zooming visualization of the Mandelbrot Set as many Julia Sets:

http://claudiusmaximus.goto10.org/cm/2010-07-25_mandulia-0.5_released.html
(includes links to a video, image galleries, and brief instructions)

http://claudiusmaximus.goto10.org/cm/2010-07-12_mandulia-0.4_released.html
(previous release announcement with more keyboard control information)

http://claudiusmaximus.goto10.org/cm/2010-07-06_mandulia.html
(initial project announcement with some concept info)

You do need a fairly recent machine to run it at a reasonable speed, although on a Pentium-M 1.6GHz it's still bearable if you reduce some options from their defaults by putting this in '~/.mandulia/config.lua':

    mandulia.juliasize = 32
    mandulia.workers = 1
    mandulia.jobs = 16
    mandulia.images = 256
    mandulia.textures = 512

Future roadmap includes more code-level documentation and clean-up, and exposing more features via the Lua scripting interface (for example, enough to be able to implement a rudimentary fish-eye effect by warping the size and position of each Julia Set).

Longer-term goals include figuring out a way to sonify things, using the periodicity of points inside the Mandelbrot Set somehow.

Any/all feedback is welcome.  Thanks,


Claude
--
http://claudiusmaximus.goto10.org
_______________________________________________
haskell-art mailing list
[email protected]
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to