An open API service indexing awesome lists of open source software.

https://github.com/wieslawsoltes/riveplayer

A rive animation player control for Avalonia.
https://github.com/wieslawsoltes/riveplayer

animation avalonia avaloniaui rive

Last synced: about 1 month ago
JSON representation

A rive animation player control for Avalonia.

Awesome Lists containing this project

README

        

# RivePlayer

[![NuGet](https://img.shields.io/nuget/v/Rive.svg)](https://www.nuget.org/packages/Rive)
[![NuGet](https://img.shields.io/nuget/dt/Rive.svg)](https://www.nuget.org/packages/Rive)

A [rive](https://rive.app/) animation player control for Avalonia.

## Usage

Install NuGet package https://www.nuget.org/packages/Rive/

```xaml


```

```xaml
xmlns:rive="using:Rive"
```

```xaml





```

```xaml
Source="/Assets/animated-login-screen.riv"
```

```xaml
Source="https://public.rive.app/community/runtime-files/2244-4463-animated-login-screen.riv"
```

## Resources

- https://rive.app/
- https://github.com/rive-app/rive-cpp
- https://github.com/rive-app/rive-sharp
- https://www.nuget.org/packages/Rive.RiveSharp/

## License

Based on sources from [CommunityToolkit](https://github.com/CommunityToolkit/Labs-Windows/tree/main/components/RivePlayer)

RivePlayer is licensed under the [MIT license](LICENSE.TXT).