Explorino is a tool to explore a variety of Fractals by simple moving or zooming.
Precision goes as far as a 64-bit floating-point number for a zoomed in point allows.
You can save your favorite findings as .png
-image.
Resolution and Computation depth can be selected.
Language Support for:
- English
- French
- German
- Spanish
Java 11 or higher is required.
In Fullscreen mode following keys can be used to navigate around.
Key(s) | Action |
---|---|
R | Reset Offset to Origin (0,0) and Zoom to 1 |
WASD | Up-/Left-/Down-/Right-Movement |
IO | In-/Out-Zoom |
Explorino supports following fractals:
Fractal | Description | Options |
---|---|---|
Mandelbrot/Multibrot | https://en.wikipedia.org/wiki/Mandelbrot_set | - degree |
Julia/Multijulia | https://en.wikipedia.org/wiki/Julia_set | - degree - parameter c |
Newton/Nova | https://en.wikipedia.org/wiki/Newton_fractal | - up to 5 variable coefficients |
Lyapunov | https://en.wikipedia.org/wiki/Lyapunov_fractal | - sequence |
Explorino supports following coloring methods:
Coloring | Description | Options |
---|---|---|
Palette Coloring | Coloring based on convergence given by a pre choosen custom color palette. | |
Argument Coloring | Coloring based of the complex Argument of the last iteration. | - invert |
Absolute Value Coloring | Coloring based of the absolute value of the last iteration. | - invert |
Basic Coloring | Coloring based on convergence and Hue of the HSV Model. |
MIT License