RivePlayer control for .NET MAUI. Based on https://github.com/rive-app/rive-sharp
(Work in progress)
Examples:
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!