Opera Widgets の開発は現在行われておりません。詳細を見る

ログイン| 新規登録

Opera Software ASA

ウィジェット » ウェブ開発 » Mandelbrot II

Mandelbrot II, Opera application V2.0 2006/06/25 22:41:41

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!


コメント 4 通

ページのトップからログインしコメントする

1 - 4 中 4

I only see a white square. Nothing else. Even after 5 minutes waiting.

minky@web.de 作 , # 2007/02/11 18:50:07

You should draw the image progressively (like progressive gif, png and jpg). I mean, draw a low-res first, and if the user wants, draw a high-res one.

Fractals are very CPU-intensive, and really JavaScript is not fast enough for it.

CrazyTerabyte 作 , # 2006/07/12 21:52:13

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

Holger Will 作 , # 2006/06/30 12:14:41

Nice, but incredlibly slow. So I have to use Xaos again. ;-)

In standard setting the text on the right side is barely readible. Had to use <CTRL+Mousewheel> to zoom.

stullex 作 , # 2006/06/29 22:20:39