VittorioAccomazzi / julia

Julia Fractal Generator
1 stars 0 forks source link

Display the Julia "map' on the complex plane #7

Closed VittorioAccomazzi closed 4 years ago

VittorioAccomazzi commented 4 years ago

In order to really understand all the possible Julia set, it is interesting to display on the complex plane the Julia set for each value. The result will be a Mandelbrot like shape composed by Julia images, as follow : image

and here is the same image with a smaller tile : image

and here even with a smaller tile : Screen Shot 2020-05-17 at 10 38 26 AM

VittorioAccomazzi commented 4 years ago

Refactoring Required.

The map display can reuse large code currently developed for the Julia fractal. So the code shall be refactored to allow that. the code should also introduce a router in order to allow to extend the application and create a map route.

VittorioAccomazzi commented 4 years ago

the feature is complete

VittorioAccomazzi commented 4 years ago

Improved the accuracy (and also the zoom) on iPad. Removed the integer computation.

VittorioAccomazzi commented 4 years ago

fixed error handling.