blob: 0224c1ee21149735839fd1f1362d49dc77e96366 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
June 2008
# Mandelmaister - Mandelbrot Fractal Viewer
My old **Mandelbrot** viewer coded in Java long time ago.
{}\
## Supported Set
The Mandelbrot Set $$z_n^2+c$$
## JAR File
JAR Download: [mandelmaister.jar](mandelmaister.jar)
You can run the jar file as follows:
java -jar mandelmaister.jar
## Source Code
Download: [src.rar](src.rar)
## Howto/Instructions
* Click left mouse button at two positions to define vertices of rectangle for zooming in.
* Right mouse button to return to initial view.
* increase iterations for big magnifications: Options -> Iterations.
* The rendered area casn be saved as jpeg : File->Save Image.
* Different coloring modes are available under Coloring.
* Color Wrap and initial shift (0-1) can be also set untder Coloring->Color options.
* Options->GOto allows to specify valus for cx and cy, and also check current location.
## Limitations & Bugs
The zoom-in depth is limited due to the double number format precision.
changing to BigDecimal would fix this issue.
The y axis is flipped!
## Screenshots
{}\
{}\
{}\
{}\
|