Skip to content

Rive animations in Maui using iOS/Android runtimes

Notifications You must be signed in to change notification settings

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

About

Rive animations in Maui using iOS/Android runtimes

Topics

Resources

Stars

Watchers

Forks