Hi,
I'm working on a Windows desktop application using WinUI 3 (Windows App SDK) and I want to integrate Rive (.riv) animations into the UI.
Rive is an animation tool that exports .riv
files and supports runtimes for platforms like Flutter, React Native, and Web, but I haven't found an official runtime or guidance for using it in WinUI 3.
I'd like to know:
- Is there any official or community-supported way to render
.riv
animations in a WinUI 3 desktop app?
- Would converting
.riv
to Lottie JSON (or using Lottie directly) be a better alternative for WinUI 3?
Any help, samples, or workarounds would be appreciated. Thanks!