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 )