From dc33ae9d4ee5671f32d419293e24846efac09b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20=C5=A0olt=C3=A9s?= Date: Fri, 11 Nov 2022 01:05:12 +0100 Subject: [PATCH] Update README.md --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/README.md b/README.md index 4fa16e7..8cfcaac 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,45 @@ # 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 animation player control for Avalonia. +## Usage + +https://www.nuget.org/packages/Rive/ + +```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" +``` + ## License RivePlayer is licensed under the [MIT license](LICENSE.TXT).