Fractals in Clojure: Buddhabrot Fractal(nakkaya.com)
nakkaya.com
Fractals in Clojure: Buddhabrot Fractal
http://nakkaya.com/2009/10/04/fractals-in-clojure-buddhabrot-fractal/
4 comments
Haha... best thing is the name.. "Buddhabrot".. Still laughing!
To explain: "Butterbrot" is german for a slice of bread with butter.. spelling is nearly the same as "buddhabrot"
To explain: "Butterbrot" is german for a slice of bread with butter.. spelling is nearly the same as "buddhabrot"
Is anyone else seeing an image of fractal on that page? I don't see one.
An interesting alternative I tried some years ago is to draw lines for each iteration instead, between where it started and where it ends, leading to the following result:
http://img40.imageshack.us/img40/583/pathsoftravel5.png
(I have some C code lying around if anyone's interested.)