{"id":16286141,"url":"https://github.com/wieslawsoltes/riveplayer","last_synced_at":"2025-12-30T03:40:55.587Z","repository":{"id":149981372,"uuid":"564504247","full_name":"wieslawsoltes/RivePlayer","owner":"wieslawsoltes","description":"A rive animation player control for Avalonia.","archived":true,"fork":false,"pushed_at":"2023-07-05T20:16:37.000Z","size":107,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-17T13:54:37.755Z","etag":null,"topics":["animation","avalonia","avaloniaui","rive"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wieslawsoltes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.TXT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["wieslawsoltes"]}},"created_at":"2022-11-10T21:29:08.000Z","updated_at":"2025-03-07T14:22:54.000Z","dependencies_parsed_at":"2023-07-07T10:31:55.004Z","dependency_job_id":null,"html_url":"https://github.com/wieslawsoltes/RivePlayer","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FRivePlayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FRivePlayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FRivePlayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FRivePlayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wieslawsoltes","download_url":"https://codeload.github.com/wieslawsoltes/RivePlayer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244538590,"owners_count":20468745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animation","avalonia","avaloniaui","rive"],"created_at":"2024-10-10T19:42:22.044Z","updated_at":"2025-12-30T03:40:55.551Z","avatar_url":"https://github.com/wieslawsoltes.png","language":"C#","funding_links":["https://github.com/sponsors/wieslawsoltes"],"categories":[],"sub_categories":[],"readme":"# RivePlayer\n\n[![NuGet](https://img.shields.io/nuget/v/Rive.svg)](https://www.nuget.org/packages/Rive)\n[![NuGet](https://img.shields.io/nuget/dt/Rive.svg)](https://www.nuget.org/packages/Rive)\n\nA [rive](https://rive.app/) animation player control for Avalonia.\n\n## Usage\n\nInstall NuGet package https://www.nuget.org/packages/Rive/\n\n```xaml\n\u003cApplication.Styles\u003e\n    \u003c!-- ... --\u003e\n    \u003cStyleInclude Source=\"avares://Rive/RivePlayer.axaml\" /\u003e\n\u003c/Application.Styles\u003e\n```\n\n```xaml\nxmlns:rive=\"using:Rive\"\n```\n\n```xaml\n\u003crive:RivePlayer x:Name=\"RivePlayer\"\n                 Width=\"600\"\n                 Height=\"600\"\n                 DrawInBackground=\"True\"\n                 Source=\"/Assets/animated-login-screen.riv\"\u003e\n  \u003crive:BoolInput Target=\"isChecking\"\n                  Value=\"{Binding #IsChecking.IsChecked, Mode=OneWay}\" /\u003e\n  \u003crive:NumberInput Target=\"numLook\"\n                    Value=\"{Binding #NumLook.Value, Mode=OneWay}\" /\u003e\n  \u003crive:BoolInput Target=\"isHandsUp\"\n                  Value=\"{Binding #IsHandsUp.IsChecked, Mode=OneWay}\" /\u003e\n  \u003crive:TriggerInput x:Name=\"FailureTrigger\"\n                     Target=\"trigFail\" /\u003e\n  \u003crive:TriggerInput x:Name=\"SuccessTrigger\"\n                     Target=\"trigSuccess\" /\u003e\n\u003c/rive:RivePlayer\u003e\n```\n\n```xaml\nSource=\"/Assets/animated-login-screen.riv\"\n```\n\n```xaml\nSource=\"https://public.rive.app/community/runtime-files/2244-4463-animated-login-screen.riv\"\n```\n\n## Resources\n\n- https://rive.app/\n- https://github.com/rive-app/rive-cpp\n- https://github.com/rive-app/rive-sharp\n- https://www.nuget.org/packages/Rive.RiveSharp/\n\n## License\n\nBased on sources from [CommunityToolkit](https://github.com/CommunityToolkit/Labs-Windows/tree/main/components/RivePlayer)\n\nRivePlayer is licensed under the [MIT license](LICENSE.TXT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieslawsoltes%2Friveplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwieslawsoltes%2Friveplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieslawsoltes%2Friveplayer/lists"}