a tool to explore the Mandelbrot Set. including the possibility to customize the colorizing functions.
new in version 2.0:
a completely diferent algorithm is now used (im now using canvas to implement the mandelbrot pixel game, befor i was using a path following algorithm ). this one is a bit slower, but produces more accurate images, and is easier to use. on the downside, is that you have a bit less control, about the apearance. Now Julia Set are also implementd and you can also zoom into the Julia set and produce diferent views. see the info page for an example. if anyone is interrested in the old algorithm, i can upload that as a seperate widget, or just send it to you. hope you enjoy this tool!
Comments
4 posts
Log in at the top of the page to post a comment.
1 - 4 of 4
I only see a white square. Nothing else. Even after 5 minutes waiting.
hi stullex thanks for your comment ! yes, javascript is not quite the tool for this kind of apps :-) i will increase the text-size a bit. thanks Holger
By minky , # Feb 11, 2007 6:50:07 PM
Fractals are very CPU-intensive, and really JavaScript is not fast enough for it.
By CrazyTerabyte , # Jul 12, 2006 9:52:13 PM
thanks for your comment !
yes, javascript is not quite the tool for this kind of apps :-)
i will increase the text-size a bit.
thanks
Holger
By Holger Will , # Jun 30, 2006 12:14:41 PM
In standard setting the text on the right side is barely readible. Had to use <CTRL+Mousewheel> to zoom.
By stullex , # Jun 29, 2006 10:20:39 PM