{"id":13778989,"url":"https://github.com/Deadpikle/AvaloniaProgressRing","last_synced_at":"2025-05-11T12:32:25.463Z","repository":{"id":43069390,"uuid":"246145825","full_name":"Deadpikle/AvaloniaProgressRing","owner":"Deadpikle","description":"A progress ring for Avalonia -- based on ModernWPF's ProgressRing.","archived":false,"fork":false,"pushed_at":"2025-03-02T23:20:24.000Z","size":369,"stargazers_count":256,"open_issues_count":1,"forks_count":12,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-05-11T02:08:59.526Z","etag":null,"topics":["avalonia","avaloniaui","control","csharp"],"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/Deadpikle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2020-03-09T21:28:41.000Z","updated_at":"2025-05-09T20:21:44.000Z","dependencies_parsed_at":"2024-01-13T12:22:52.275Z","dependency_job_id":"64bba5bf-a630-4b65-8737-f9c4071e7973","html_url":"https://github.com/Deadpikle/AvaloniaProgressRing","commit_stats":{"total_commits":113,"total_committers":5,"mean_commits":22.6,"dds":"0.15929203539823011","last_synced_commit":"7d16d9a4c68a06dc41bead98d3ec464843ae5db3"},"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deadpikle%2FAvaloniaProgressRing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deadpikle%2FAvaloniaProgressRing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deadpikle%2FAvaloniaProgressRing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deadpikle%2FAvaloniaProgressRing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Deadpikle","download_url":"https://codeload.github.com/Deadpikle/AvaloniaProgressRing/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253567075,"owners_count":21928774,"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":["avalonia","avaloniaui","control","csharp"],"created_at":"2024-08-03T18:00:59.782Z","updated_at":"2025-05-11T12:32:25.170Z","avatar_url":"https://github.com/Deadpikle.png","language":"C#","funding_links":[],"categories":["Libraries \u0026 Extensions"],"sub_categories":["Controls"],"readme":"# Avalonia Progress Ring\n\n[![NuGet](https://img.shields.io/nuget/v/Deadpikle.AvaloniaProgressRing.svg?style=flat-square)](https://www.nuget.org/packages/Deadpikle.AvaloniaProgressRing/) [![NuGet](https://img.shields.io/nuget/vpre/Deadpikle.AvaloniaProgressRing.svg?style=flat-square\u0026label=nuget-pre)](https://www.nuget.org/packages/Deadpikle.AvaloniaProgressRing/) [![NuGet](https://img.shields.io/nuget/dt/Deadpikle.AvaloniaProgressRing.svg?style=flat-square)](https://www.nuget.org/packages/Deadpikle.AvaloniaProgressRing/) [![NuGet](https://img.shields.io/github/issues/Deadpikle/AvaloniaProgressRing.svg?style=flat-square)](https://github.com/Deadpikle/AvaloniaProgressRing/issues/)\n\n\nThis project is a simple progress ring for Avalonia that's modeled off of [ModernWpf's](https://github.com/Kinnara/ModernWpf) progress ring. Credit to ModernWpf for the initial code and design! v0.8.x works on Avalonia 0.9.x, and v0.9.x is compatible with Avalonia 0.10.x. v0.10.x is compatible with Avalonia 11 Preview 2+ (0.10.7+ builds on Avalonia 11.1+).\n\n![Progress Ring GIF](img/avalonia-60-fps.gif)\n\n## Using in Your Project\n\nAdd `Deadpikle.AvaloniaProgressRing` to your NuGet references, then add the following to your `App.xaml` in `Application.Styles`:\n\n```xml\n\u003cStyleInclude Source=\"avares://AvaloniaProgressRing/Styles/ProgressRing.xaml\"/\u003e\n```\n\nIn your `UserControl`, add the following:\n\n```xml\n\u003cUserControl xmlns=\"https://github.com/avaloniaui\"\n             xmlns:progRing=\"clr-namespace:AvaloniaProgressRing;assembly=AvaloniaProgressRing\"\u003e\n    \u003cprogRing:ProgressRing Width=\"80\" \n                           Height=\"80\"\n                           IsActive=\"True\"\n                           HorizontalAlignment=\"Left\"\n                           VerticalAlignment=\"Top\"\n                           Foreground=\"Green\"\n                           Margin=\"10,20,0,0\"/\u003e\n\u003c/UserControl\u003e\n```\n\nMake sure that you bind to `IsActive` to show/hide the progress ring!\n\n## Contributing\n\nAll contributions and improvements are welcome! Thanks for your involvement!\n\n## License\n\nMIT. Thanks!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDeadpikle%2FAvaloniaProgressRing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDeadpikle%2FAvaloniaProgressRing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDeadpikle%2FAvaloniaProgressRing/lists"}