{"id":24810520,"url":"https://github.com/guildofcalamity/ui_demo","last_synced_at":"2026-05-02T05:04:50.068Z","repository":{"id":274878969,"uuid":"924367414","full_name":"GuildOfCalamity/UI_Demo","owner":"GuildOfCalamity","description":"A test application for changes and updates made to the WindowsAppSDK.","archived":false,"fork":false,"pushed_at":"2025-03-25T20:38:22.000Z","size":23964,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T12:08:57.247Z","etag":null,"topics":["animation-effects","bitmap-graphics","controls","csharp","pixels","visual-studio","windowsappsdk","winrt","winui3","xaml","xaml-ui","xaml-winrt"],"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/GuildOfCalamity.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-29T21:47:06.000Z","updated_at":"2025-03-25T20:38:26.000Z","dependencies_parsed_at":"2025-02-28T00:23:47.793Z","dependency_job_id":"c7060244-24e2-497e-a6b1-8430469b8dd8","html_url":"https://github.com/GuildOfCalamity/UI_Demo","commit_stats":null,"previous_names":["guildofcalamity/ui_demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GuildOfCalamity/UI_Demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FUI_Demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FUI_Demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FUI_Demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FUI_Demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuildOfCalamity","download_url":"https://codeload.github.com/GuildOfCalamity/UI_Demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FUI_Demo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263264641,"owners_count":23439246,"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-effects","bitmap-graphics","controls","csharp","pixels","visual-studio","windowsappsdk","winrt","winui3","xaml","xaml-ui","xaml-winrt"],"created_at":"2025-01-30T12:17:09.085Z","updated_at":"2026-05-02T05:04:50.034Z","avatar_url":"https://github.com/GuildOfCalamity.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Icon](Source/Assets/AppIcon.png)\r\n# WinUI - UI Demo SDK v1.6.x\r\n\r\n## 📝 v1.0.0.0 - January 2025\r\n\r\n**Dependencies**\r\n\r\n| Assembly | Version |\r\n| ---- | ---- |\r\n| .NET Core | 8.0.11 |\r\n| Microsoft.WindowsAppSDK | 1.6.250228001 |\r\n| Microsoft.Windows.SDK.BuildTools | 10.0.26100.1742 |\r\n\r\n## 🎛️ Description\r\n- A test application for changes and updates made to the [WindowsAppSDK](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel).\r\n- [WinUI 3](https://github.com/Microsoft/microsoft-ui-xaml) is the effort to lift official native Microsoft UI controls and features out of the operating system, so app developers can use the latest controls and visuals on any in-market version of the OS. C#/WinRT is needed to support the changes required for lifting the XAML APIs out of Windows.UI.XAML and into Microsoft.UI.XAML.\r\n- I've added code examples for customizing `Microsoft.UI.Xaml.Controls.ContentDialog`, `Windows.UI.StartScreen.JumpList`, `Windows.ApplicationModel.Activation`, `Microsoft.UI.Windowing.AppWindow` and `Microsoft.UI.Windowing.DisplayArea` management, and creating gradient window backdrops via `Microsoft.UI.Composition.SpriteVisual`. The blur effects are created from scratch without the use of any 3rd party NuGets.\r\n- This source also contains plenty of tips and tricks for any application, including but not limited to: Compositor, TaskBar, PubSub, Toast, Channels, DispatcherQueue, Image Capture, Split View, Profile Settings, Machine Environment, Binding, Stylers, Converters, P/Invoke, Extensions, et al.\r\n- There's a hidden surprise if you're watching the `SplitView` PubSub message queue while **CapsLock** is on.\r\n- Don't forget to give a ⭐ if you find any of my code helpful or educational.\r\n\r\n## 💻 Screenshots\r\n\r\n\u003e Main Page\r\n\r\n![Sample](Source/Assets/Screenshot.png)\r\n\r\n\u003e Content Dialog\r\n\r\n![Dialog](Source/Assets/Screenshot2.png)\r\n\r\n\u003e Compositor Blur\r\n\r\n![BlurEffect](Source/Assets/Screenshot3.png)\r\n\r\n\u003e BitmapImage vs SoftwareBitmap\r\n\r\n![BitmapImage](Source/Assets/Screenshot4.png)\r\n\r\n\u003e JumpList\r\n\r\n![JumpList](Source/Assets/Screenshot5.png)\r\n\r\n\u003e Vertical Menu\r\n\r\n![JumpList](Source/Assets/Screenshot6.png)\r\n\r\n\u003e Custom Button Effects\r\n\r\n![Buttons](Source/Assets/Screenshot7.png)\r\n\r\n\u003e Home-brew Graph control\r\n\r\n![Buttons](Source/Assets/Screenshot8.png)\r\n\r\n## 🧾 License/Warranty\r\n* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish and distribute copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n* The software is provided \"as is\", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the author or copyright holder be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.\r\n* Copyright © 2023-2025. All rights reserved.\r\n\r\n## 📋 Proofing\r\n* This application was compiled and tested using *VisualStudio* 2022 on *Windows 10* versions **22H2**, **21H2**, **21H1** and *Windows 11* versions **24H2**, **23H2**.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguildofcalamity%2Fui_demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguildofcalamity%2Fui_demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguildofcalamity%2Fui_demo/lists"}