corrected typo in README.md images links with PC permanent links

This commit is contained in:
Sylvain PILLOT 2023-01-19 21:00:30 +01:00
parent 6f74d1164e
commit aa95fe7c8b
1 changed files with 10 additions and 10 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/src/branch/master/images/fxlink-image-2023.01.19-20h38-1.png)
![image](https://www.planet-casio.com/storage/staff/MandelbrotSetAzur.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/src/branch/master/images/fxlink-image-2023.01.19-20h38-2.png)
![image](https://www.planet-casio.com/storage/staff/JuliaSetAzur.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`.
@ -18,18 +18,18 @@ Control keys are :
- [**EXIT**] to leave to the Operating System
- [**F1**] to [**F4**] to show/switch off some informations on the screen :
- [F1] : hide everything
- [F2] : minimal output FPS + rendering time
- [F3] : detailed update/rendering time
- [F4] : memory usage
- [**F1**] : hide everything
- [**F2**] : minimal output FPS + rendering time
- [**F3**] : detailed update/rendering time
- [**F4**] : memory usage
- [**F5**]/[**F6**] : switch fractal mode
- [F5] : set Mandelbrot fractal
- [F6] : set Julia fractal
- [**F5**] : set Mandelbrot fractal
- [**F6**] : set Julia fractal
- [**OPTN**]/[**VARS**] : switch resolution
- [OPTN] : set resolution scale to 1, the fractals are computed on a 396x224 grid
- [VARS] : set resolution scale to 0.5 (2x2 pixels), the fractals are computed on a 198x112 grid (much faster but lower quality)
- [**OPTN**] : set resolution scale to 1, the fractals are computed on a 396x224 grid
- [**VARS**] : set resolution scale to 0.5 (2x2 pixels), the fractals are computed on a 198x112 grid (much faster but lower quality)
For the Julia set only :
- [**SHIFT**]+[**Directional Cross**] : change the value of the C value (`C = A + B i`)