/rive-maui

.NET MAUI runtime for Rive

Primary LanguageC#MIT LicenseMIT

Rive .NET MAUI

RivePlayer control for .NET MAUI. Based on https://github.com/rive-app/rive-sharp

(Work in progress)

Rive Rive StateMachine

Examples:

  • Viewer.csproj: A simple .NET MAUI app that draws 4 .riv files with pointer events.

Building

You just need to fetch the rive-cpp submodule:

git submodule update --init

To build, you first need to generate rive.vcproj, the project that builds the native rive.dll:

cd Native
premake5.exe vs2022

NOTE: Download premake5.exe.

After that, you should be able to open RiveSharpSample.sln in Visual Studio, build, and run!