corrected typo in README.md images links

This commit is contained in:
Sylvain PILLOT 2023-01-19 20:49:01 +01:00
parent 61057add08
commit 6f74d1164e
1 changed files with 5 additions and 5 deletions

View File

@ -4,9 +4,9 @@
This small demo is based on [Azur](https://gitea.planet-casio.com/Lephenixnoir/Azur). It uses its ultra fast rendering pipeline with specific a specific high speed quadratic calculation algorithm written by Lephenixnoir a,d able to handle both :
- Mandelbrot's set calculations : `Z_(n+1) = Z_n^2 + C` with `Z_0 = 0 + 0 i` and `C` covering the complex plan
![image](https://gitea.planet-casio.com/Slyvtt/MandAzur/images/fxlink-image-2023.01.19-20h38-1.png)
![image](https://gitea.planet-casio.com/Slyvtt/MandAzur/src/branch/master/images/fxlink-image-2023.01.19-20h38-1.png)
- Julia's set calculations : `Z_(n+1) = Z_n^2 + C` with `C = A + B i` and `Z_n` covering the complex plan
![image](https://gitea.planet-casio.com/Slyvtt/MandAzur/images/fxlink-image-2023.01.19-20h38-2.png)
![image](https://gitea.planet-casio.com/Slyvtt/MandAzur/src/branch/master/images/fxlink-image-2023.01.19-20h38-2.png)
Both Mandelbrot - *named as per Benoît MANDELBROT (1924-2010)* - and Julia - *named as per Gaston JULIA (1893-1978)* - fractals are based on the convergence determination of the equation `Z_(n+1) = Z_n^2 + C`.
@ -42,8 +42,8 @@ A and B are constrained in the range [-2.000 .. 2.000]
If you have a running session of `fxlink` :
- [**7**] to [**9**] to export the calculator screen to fxlink :
- [7] : take a screenshot
- [8] : start video output (not : this is just rendered in a SDL2 window, not recorded, OBS/ffmpeg may be your very best friends to do so)
- [9] : stop video output
- [**7**] : take a screenshot
- [**8**] : start video output (not : this is just rendered in a SDL2 window, not recorded, OBS/ffmpeg may be your very best friends to do so)
- [**9**] : stop video output
Have fun !!!