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.
- Host: GitHub
- URL: https://github.com/wieslawsoltes/riveplayer
- Owner: wieslawsoltes
- License: mit
- Archived: true
- Created: 2022-11-10T21:29:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T20:16:37.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T13:54:37.755Z (about 1 month ago)
- Topics: animation, avalonia, avaloniaui, rive
- Language: C#
- Homepage:
- Size: 104 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.TXT
Awesome Lists containing this project
README
# RivePlayer
[](https://www.nuget.org/packages/Rive)
[](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).