{"id":22261663,"url":"https://github.com/marplex/wpfsnowfall","last_synced_at":"2025-07-28T08:33:21.076Z","repository":{"id":65235003,"uuid":"588866037","full_name":"Marplex/WpfSnowfall","owner":"Marplex","description":"Fully customizable WPF snowfall control","archived":false,"fork":false,"pushed_at":"2023-01-19T07:34:43.000Z","size":2167,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-14T18:51:40.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Marplex.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}},"created_at":"2023-01-14T09:37:10.000Z","updated_at":"2024-07-24T06:59:14.000Z","dependencies_parsed_at":"2023-02-10T21:15:19.567Z","dependency_job_id":null,"html_url":"https://github.com/Marplex/WpfSnowfall","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marplex%2FWpfSnowfall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marplex%2FWpfSnowfall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marplex%2FWpfSnowfall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marplex%2FWpfSnowfall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Marplex","download_url":"https://codeload.github.com/Marplex/WpfSnowfall/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227886288,"owners_count":17834992,"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":[],"created_at":"2024-12-03T09:13:43.451Z","updated_at":"2024-12-03T09:13:44.123Z","avatar_url":"https://github.com/Marplex.png","language":"C#","readme":"﻿![](./Art/cover.gif)\n\n\u003ch1 align=\"center\"\u003eWpfSnowfall\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n Add a touch of snow in your apps with this fully customizable snowfall control.\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n Based on \u003ca href=\"https://github.com/tsasioglu/Wpf-Snow\"\u003eWpf-Snow\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/marplex/WpfSnowfall/blob/main/LICENSE\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/marplex/WpfSnowfall\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.nuget.org/packages/WpfSnowfall/\"\u003e\u003cimg alt=\"Nuget\" src=\"https://img.shields.io/nuget/v/WpfSnowfall\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.nuget.org/packages/WpfSnowfall/\"\u003e\u003cimg alt=\"Nuget downloads\" src=\"https://img.shields.io/nuget/dt/WpfSnowfall?label=nuget-downloads\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/Marplex\"\u003e\u003cimg alt=\"Github\" src=\"https://img.shields.io/static/v1?label=GitHub\u0026message=marplex\u0026color=005cb2\"/\u003e\u003c/a\u003e \n\u003c/p\u003e\n\n\n\n# Features\n\n- [x] Multiple types of snowflake\n- [x] Fully customizable\n\n# Available for\n\n![NET6](https://img.shields.io/badge/.NET-6.0-red)\u003cbr/\u003e\n![NETFramework48](https://img.shields.io/badge/.NET%20Framework-4.8-orange)\u003cbr/\u003e\n![NETFramework47](https://img.shields.io/badge/.NET%20Framework-4.7-orange)\u003cbr/\u003e\n\n# How to use\n\nInclude WpfSnowfall user control in your layout. For more info view the `Demo` project.\n\n```xml\n\u003csf:Snowfall\n    EmissionRate=\"5\"\n    Fill=\"White\"\n    ScaleFactor=\"1.1\"\n    OpacityFactor=\"1\"\n    LeaveAnimation=\"Fade\"\n    ParticleSpeed=\"1\" /\u003e\n```\n\n## Customize\n\n| Property      \t| Description                                                        \t| Default \t|\n|---------------\t|--------------------------------------------------------------------\t|---------\t|\n| EmissionRate  \t| How many snowflakes to emit every second                           \t| 5       \t|\n| ScaleFactor   \t| Scale in/out snowflakes. Higher values generates bigger snowflakes \t| 1.0     \t|\n| OpacityFactor \t| Snowflake opacity                                                  \t| 1.0     \t|\n| ParticleSpeed \t| Snowflake fall speed                                               \t| 1.0     \t|\n| Fill          \t| Snowflake color                                                    \t| White   \t|\n| LeaveAnimation  | Snowflake leave animation                                          \t| Fade    \t|\n\n\n# 📜 License\n\n```xml\nCopyright (c) 2023 Marco\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarplex%2Fwpfsnowfall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarplex%2Fwpfsnowfall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarplex%2Fwpfsnowfall/lists"}