FG-rgb
FG-rgb
Hello @OmidID . I'm using LottieSharp NuGet Package V1.1.3 (latest). My code looks like follow: ``` ``` When I run my .NET Core 3.1 Application on my Windows 10 X64...
**The Console output looks like follow:** 'LottieWpf.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.15\System.Private.CoreLib.dll'. 'LottieWpf.exe' (CoreCLR: clrhost): Loaded 'C:\Work\LottieWpf\LottieWpf\bin\Debug\netcoreapp3.1\LottieWpf.dll'. Symbols loaded. 'LottieWpf.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\3.1.15\PresentationFramework.dll'. 'LottieWpf.exe' (CoreCLR: clrhost): Loaded 'C:\Program...
Any news on that? Do you need any additional info?
What is the detailed problem here, I would try to fix it, but I have no Idea how to do that. In D2dControl I see that TryCreateDevice fails with DriverType.Software...
Ahhh, I found a solution for case of Remote Desktop. In D2dControl I changed code: ``` private void OnIsFrontBufferAvailableChanged(object sender, DependencyPropertyChangedEventArgs e) { if (d3DSurface.IsFrontBufferAvailable) { StartD3D(); StartRendering(); } else...
Ok, this leads to a MemoryLeak.... because this event is called many times...
This Library seem to be dead...
I managed to use LottieSkia with WPF, in combination with WritableBitmap as Source of an Image Control. This works like a sharm.
@saklanmazozgur Here is an example I used in my prototype. It's a WPF project based on .Net Framework 4.7.2. You need the NuGet Package SkiaSharp, and it's dependencies. My Examle...
Ahhh, I have found your Problem: I downloaded the project LottieSkiaSharp and ported it to .NET 4.7.2...