FMXInno - Final Release: Hotfix_01
* The FMXInno
final build includes
three main types of FMXInno libs. (yes, i should have mentioned these facts earlier; i really forgot, sorry.)
Code:
1. FMXInno Standard:
- Contains all FMXInno features.
- Path1: .\Files\FMXInno.dll
- Path2: .\FMXInno+FXPacker\Files\FMXInno.dll
2. FMXInno Standard + SKIA:
- Includes all Standard features and SKIA features.
- Path: .\SKIA\FMXInno.dll
- Requires 'sk4d.dll' to be next to 'FMXInno.dll'.
3. FMXInno Standard + Blend2D:
- Combines Standard features with Blend2D features.
- Path: .\_Blend2D\Files\FMXInno.dll
- Requires 'blend2d_win32.dll' to be next to 'FMXInno.dll'.
================================================== =========
* in the latest final release (FMXInno + SKIA + Blend2D - Final Release [2024-Feb-24]), i also forgot the following:
Code:
1. For SKIA:
a. To replace Firemonkey canvas with SKIA canvas.
b. To enable GPU Acceleration.
>> Resulting in the lowest FPS rate and the experience of slow animations and lags.
2. For XBass_F:
a. To adjust to be compatible with new changes.
>> Resulting in unexpected behavior and crashes when closing the 'setup.exe'.
3. Additionally, i slightly sped up the Dark-Light mode transition.
thanks to
@audiofeel for reporting these bugs.
================================================== =========
* to apply Hotfix_01:
Code:
1. Just replace the old files with the new ones.
.