Coloration
0 212
0 100
0 100

Instructions :
- Zoom In : or [left-πŸ–±οΈ]
- Zoom Out : or [right-πŸ–±οΈ]
- Show/Hide Axes :
- Initial View :
- Screenshot (πŸ’Ύ .png) :

[v0.4] Updates :
  • Screenshot (Save as .png file) βœ” πŸ₯³
  • Coloration [Reset] button βœ”
  • Improved rendering engine βœ”
  • Rename the project as : "MandelMap" βœ” πŸ˜‹
    (formerly : "Mandelbrot Explorer" ...)
TO DO [v0.5] :
  • [GoTo] presets ! (ASAP)
  • Variable n (iterations) πŸ€”
  • Coloration [HSV] presets
  • Implement smooth/animated zoom and navigation
  • [...]
  • Find good reasons to implement Angular or React + API 🧐
  • Find more better ways to make you love this beautiful side of Mathematics 😊
  • [...]
  • Improve/clean the design (again !)
  • F.A.Q <-- contact page
  • Clean and share the code !
The "Mandelbrot Set" :

Z(n+1) = Z(n)Β² + c ; Z(0) = 0 ;
c = a + iβ‹…b = rβ‹…(cosΞΈ + iβ‹…sinΞΈ) = rβ‹…e(iΞΈ) ;
Z,c ∈ β„‚ ; n ∈ β„• ; a,b,r ∈ ℝ ; iΒ² = -1 ; ΞΈ ∈ [0 ; 2Ο€]

( In this context : n = 1000 iterations )