VittorioAccomazzi / julia

Julia Fractal Generator
1 stars 0 forks source link

Support Phoenix Fractal #8

Closed VittorioAccomazzi closed 4 years ago

VittorioAccomazzi commented 4 years ago

The Phoenix fractal presented in the 1988 by Shigehiro Ushiki present some very nice feature in its Julia Set. The formula is the following : image In this fractals the relationship between the Mandelbrot set and the Julia set are not the same as in the classic formula, as mention here.

VittorioAccomazzi commented 4 years ago

This fractal seems to benefit from the normalized iteration count algorithm for colouring, which performs the colour lookup with : image See here for details :

VittorioAccomazzi commented 4 years ago

This fractal seems to have about 4 type of julia set, and their location is quite narrow : Screen Shot 2020-05-24 at 9 24 33 AM Screen Shot 2020-05-24 at 9 24 52 AM Screen Shot 2020-05-24 at 9 25 05 AM Screen Shot 2020-05-24 at 9 25 18 AM

VittorioAccomazzi commented 4 years ago

Added the fractal :

as outlined above there are only few Julia fractals.