8000 GitHub - matmork/rive-maui: Rive animations in Maui using iOS/Android runtimes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

matmork/rive-maui

Repository files navigation

Rive Maui

Wrapper around the iOS/Android runtime

(Work in progress)



Getting started

  • Install Rive.Maui nuget
  • Call .UseRive() on MauiAppBuilder in MauiProgram.cs
  • Set iOS target version in .csproj to at least 14: <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.0</SupportedOSPlatformVersion>
  • Add .riv files to Resources/Images
0