{"id":29304825,"url":"https://github.com/moh3ngolshani/busyindicator","last_synced_at":"2026-01-03T17:12:24.624Z","repository":{"id":45516128,"uuid":"329976186","full_name":"Moh3nGolshani/BusyIndicator","owner":"Moh3nGolshani","description":"Busy Indicator for WPF","archived":false,"fork":false,"pushed_at":"2025-03-13T10:48:27.000Z","size":26089,"stargazers_count":148,"open_issues_count":0,"forks_count":22,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-09-16T07:13:06.986Z","etag":null,"topics":["busyindicator","csharp","indicator","loader","loading","loading-indicator","loading-spinner","spinner","wpf"],"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/Moh3nGolshani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-01-15T17:16:50.000Z","updated_at":"2025-09-10T14:43:20.000Z","dependencies_parsed_at":"2024-01-18T11:46:01.399Z","dependency_job_id":"c4303d58-0a6f-4eb1-80dc-d88d28889e87","html_url":"https://github.com/Moh3nGolshani/BusyIndicator","commit_stats":{"total_commits":145,"total_committers":8,"mean_commits":18.125,"dds":"0.29655172413793107","last_synced_commit":"5b66d4832290be3f7e89fcee53d8f4daa78b64bf"},"previous_names":["peoky/busyindicator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Moh3nGolshani/BusyIndicator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moh3nGolshani%2FBusyIndicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moh3nGolshani%2FBusyIndicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moh3nGolshani%2FBusyIndicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moh3nGolshani%2FBusyIndicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Moh3nGolshani","download_url":"https://codeload.github.com/Moh3nGolshani/BusyIndicator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moh3nGolshani%2FBusyIndicator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004823,"owners_count":26083784,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["busyindicator","csharp","indicator","loader","loading","loading-indicator","loading-spinner","spinner","wpf"],"created_at":"2025-07-07T04:01:09.201Z","updated_at":"2025-10-10T17:13:08.557Z","avatar_url":"https://github.com/Moh3nGolshani.png","language":"C#","funding_links":["https://www.buymeacoffee.com/coffeemakes"],"categories":[],"sub_categories":[],"readme":"# BusyIndicator\nBusyIndicator for Windows Presentation Foundation (WPF)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/moh3ngolshani/BusyIndicator/blob/master/Images/Demo.gif\" alt=\"Demo\" style=\"width: 50%;\"\u003e\u003c/img\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/moh3ngolshani/BusyIndicator/blob/master/Images/Indicators.gif\" alt=\"Indicator Types\" width=\"95%\"\u003e\u003c/img\u003e\n\u003c/p\u003e\n\n## Prerequisites:\n\u003cul\u003e\u003cli\u003e.Net Framework 4.8+\u003c/li\u003e\u003c/ul\u003e\n\u003cul\u003e\u003cli\u003e.Net Core6+\u003c/li\u003e\u003c/ul\u003e\n\n## How to use:\n\n1. Install the package via [NuGet](https://www.nuget.org/packages/BusyIndicators):\n\u003cpre\u003eInstall-Package BusyIndicators\u003c/pre\u003e\n\n\u003e **Note**\n\u003e NuGet address has changed.\n\u003cbr /\u003e\n\n2. Add the following resource to App.xaml:\n\u003cpre\u003e\u003ccode\u003e\u0026lt;Application.Resources\u0026gt;\n     \u0026lt;ResourceDictionary Source=\"pack://application:,,,/BusyIndicator;component/Theme/Default.xaml\"/\u0026gt;\n\u0026lt;/Application.Resources\u0026gt;\n\u003c/code\u003e\u003c/pre\u003e  \n\n3. Add a reference to the library:\n\u003cpre\u003exmlns:busyIndicator=\"https://github.com/moh3ngolshani/BusyIndicator\"\u003c/pre\u003e\n\n4. Create a BusyMask on top of your main view:\n\u003cpre\u003e\u003ccode\u003e\u0026lt;busyIndicator:BusyMask x:Name=\"BusyIndicator\" \n                        IsBusy=\"False\" \n                        IndicatorType=\"Dashes\" \n                        BusyContent=\"Please wait...\" \n                        BusyContentMargin=\"0,20,0,0\" \n                        IsBusyAtStartup=\"False\" \u0026gt;\n         \n         \n          \u003c... MAIN VIEW GOES HERE... \u003e\n         \n         \n\u0026lt;/busyIndicator:BusyMask\u0026gt;\u003c/code\u003e\u003c/pre\u003e\n\n5. Bind or Set the `IsBusy` property.\n\n### How to change indicator sizes:\nYou can now customize the indicator sizes:\n\n* Add a reference to the mscorlib assembly:\n\u003cpre\u003exmlns:sys=\"clr-namespace:System;assembly=mscorlib\"\u003c/pre\u003e\n\n* Override the `IndicatorScaleX` \u0026 `IndicatorScaleY` properties:\n\n\u003cpre\u003e\n\u0026lt;Window.Resources\u003e\n    \u0026lt;sys:Double x:Key=\"IndicatorScaleX\" \u003e2\u0026lt;/sys:Double\u003e\n    \u0026lt;sys:Double x:Key=\"IndicatorScaleY\" \u003e2\u0026lt;/sys:Double\u003e\n\u0026lt;/Window.Resources\u003e\n\u003c/pre\u003e\n\n### How to change indicator colors:\nOverride the `IndicatorForeground` \u0026 `IndicatorBackground` properties:\n\n\u003cpre\u003e\n\u0026lt;Window.Resources\u003e\n    \u0026lt;SolidColorBrush x:Key=\"IndicatorForeground\" Color=\"Orange\" /\u003e\n    \u0026lt;SolidColorBrush x:Key=\"IndicatorBackground\" Color=\"WhiteSmoke\" /\u003e\n\u0026lt;/Window.Resources\u003e\n\u003c/pre\u003e  \n\nYou can also use gradients:\n\n\u003cpre\u003e\n\u0026lt;LinearGradientBrush x:Key=\"IndicatorForeground\" StartPoint=\"0.5,0\" EndPoint=\"0.5,1\"\u003e\n    \u0026lt;GradientStop Offset=\"1\" Color=\"#eaafc8\" /\u003e\n    \u0026lt;GradientStop Offset=\"0\" Color=\"#654ea3\" /\u003e\n\u0026lt;/LinearGradientBrush\u003e\n\u003c/pre\u003e \n\n#### Hint: \n\u003eNot all indicators have background, so changing the `IndicatorBackground` may not affect all indicators.\n\n##\nIf you like this, feel free to show your support!\n\n\u003ca href=\"https://www.buymeacoffee.com/coffeemakes\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-green.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoh3ngolshani%2Fbusyindicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoh3ngolshani%2Fbusyindicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoh3ngolshani%2Fbusyindicator/lists"}