I have a *.rive
file and I want to use that in my WPF app like a loading spinner.
There is any way to use rive file in WPF using Image, Media Element etc.
Do I need to convert it as gif?
I have a *.rive
file and I want to use that in my WPF app like a loading spinner.
There is any way to use rive file in WPF using Image, Media Element etc.
Do I need to convert it as gif?
I note that "C++" isn't a platform, just a language, so it's odd that they describe it like that. Anyway, their C++ runtime ships with a renderer for Skia, which isn't of much use
I haven't tested it but
here is a runtime for rive in C# + UWP https://github.com/rive-app/rive-sharp
here is a way how to display UWP in WPF In WPF control - display a UWP app