{"id":18286544,"url":"https://github.com/mntone/angelumbrella","last_synced_at":"2025-04-05T08:31:23.161Z","repository":{"id":65206539,"uuid":"587360584","full_name":"mntone/AngelUmbrella","owner":"mntone","description":"Mntone WinUI 3 Library","archived":false,"fork":false,"pushed_at":"2023-01-30T08:34:39.000Z","size":252,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-04T09:48:10.041Z","etag":null,"topics":["controls","cpp","cpp-lib","cpp-library","csharp","csharp-library","settings-ui","ui","ui-control","ui-controls","windows","windows-runtime","windows-runtime-component","windows-ui","windows10","windows11","winrt","winui","winui3","xaml"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mntone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2023-01-10T15:16:17.000Z","updated_at":"2025-02-26T09:37:19.000Z","dependencies_parsed_at":"2023-02-16T05:31:47.720Z","dependency_job_id":null,"html_url":"https://github.com/mntone/AngelUmbrella","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mntone%2FAngelUmbrella","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mntone%2FAngelUmbrella/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mntone%2FAngelUmbrella/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mntone%2FAngelUmbrella/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mntone","download_url":"https://codeload.github.com/mntone/AngelUmbrella/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247311579,"owners_count":20918336,"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":["controls","cpp","cpp-lib","cpp-library","csharp","csharp-library","settings-ui","ui","ui-control","ui-controls","windows","windows-runtime","windows-runtime-component","windows-ui","windows10","windows11","winrt","winui","winui3","xaml"],"created_at":"2024-11-05T13:20:50.791Z","updated_at":"2025-04-05T08:31:22.799Z","avatar_url":"https://github.com/mntone.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angel Umbrella - Mntone WinUI 3 Library\n\n\"Angel Umbrella\" is small WinUI 3 Library for C++/WinRT.\n\nhttps://user-images.githubusercontent.com/901816/211709015-77fee141-17b7-45e6-a96a-4a98e6a9d14b.mp4\n\n## Classes\n\n- *Mntone.AngelUmbrella.Composition.SystemBackdrops*\n  - **DesktopAcrylicHelper** (C++) / **DesktopAcrylicControllerExtensions** (C#) - Provide to set acrylic colors (Choose assets from `Theme` and `Kind`).\n- *Mntone.AngelUmbrella.Converters*\n  - **BooleanToVisibilityConverter** - Convert from *bool* to *Microsoft.UI.Xaml.Visibility* (TwoWay).\n  - **DateTimeToStringConverter** - Convert from *DateTime* (C++) / *DateTimeOffset* (C#) to *hstring* (OneWay).\n  - **InvertedBooleanConverterTest** - Convert from *bool* to inverted *bool* (TwoWay).\n  - **StringIsPresentToVisibilityConverter** - Convert from *hstring* to *Microsoft.UI.Xaml.Visibility* (OneWay only).\n- *Mntone.AngelUmbrella.Controls*\n  - **OddEvenStyleSelector** - Provide to choose the odd/even style.\n  - **SettingsCard** - Provide basic settings card.\n  - **SettingsExpander** - Provide settings card with expander.\n  - **SettingsPanel** - Provide settings layout in items control, such as `ListView` or `GridView`, with the style `CardListViewItemStyle`.\n  - **SizeSpecifiedWrapPanelPage** - Provide flow layout panel with item size.\n  - **WrapPanel** - Provide flow layout panel.\n- *Mntone.AngelUmbrella.Navigation*\n  - **NavigationProperties** - Provide xaml-friendly navigation data.\n- *Mntone.AngelUmbrella.Triggers*\n  - **ControlSizeTrigger** - Provide control size based trigger.\n  - **ControlWidthTrigger** - Provide control \u003cu\u003ewidth\u003c/u\u003e based trigger. This is triggered by width only.\n\n## Requirements\n\nAngel Umbrella have the following system requirements:\n\n- Windows App SDK Version 1.2 or later\n\n## Usages\n\n1. Install the package from the NuGet:\u003cbr\u003e\n   https://www.nuget.org/packages/Mntone.AngelUmbrella\n2. Set `Generic.xaml` as your Application resources in App.xaml:\n   ```xml\n   \u003cApplication\u003e\n     \u003cApplication.Resources\u003e\n       \u003c!-- WinUI 3 --\u003e\n       \u003cXamlControlsResources xmlns=\"using:Microsoft.UI.Xaml.Controls\" /\u003e\n       \u003cResourceDictionary Source=\"/Mntone.AngelUmbrella/Themes/Generic.xaml\" /\u003e\n     \u003c/Application.Resources\u003e\n   \u003c/Application\u003e\n   ```\n3. *(C++/WinRT)* Include `winrt/Mntone.AngelUmbrella.UI.Controls.h` in App.xaml.h or pch.h.\n   ```c\n   // Sample code for pch.h\n   #pragma once\n\n   #include \u003citerator\u003e\n   #include \u003cvector\u003e\n   // Other header files of C++ STL\n\n   #define WIN32_LEAN_AND_MEAN\n   #define WINRT_LEAN_AND_MEAN\n   #define NOMINMAX\n   #include \u003cwindows.h\u003e\n\n   #include \u003cunknwn.h\u003e\n   #include \u003cinspectable.h\u003e\n   #include \u003crestrictederrorinfo.h\u003e\n   #include \u003chstring.h\u003e\n\n   #include \u003cwinrt/base.h\u003e\n   #include \u003cwinrt/Windows.Foundation.h\u003e\n   #include \u003cwinrt/Windows.Foundation.Collections.h\u003e\n   // Other header files in namespace Windows\n\n   #include \u003cwinrt/Microsoft.UI.Xaml.h\u003e\n   #include \u003cwinrt/Microsoft.UI.Xaml.Controls.h\u003e\n   // Other header files in namespace Microsoft\n\n   #include \u003cwinrt/Mntone.AngelUmbrella.Controls.h\u003e // \u003c- HERE!\n   ```\n\n## Development\n\nIt runs on Windows 10 version 1809 or later.\n\nYou'll need the following software:\n\n- Visual Studio 2022 Version 17.4 or later (no test in earlier version)\n  - Desktop development with C++\n  - .NET SDK (Use the build for DesktopBridge app; this option includes .NET 6 \u0026 7 Runtime)\n- Windows 10 SDK, version 1809 (10.0.17763.0)\u003cbr\u003e\n  https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/mntone/AngelUmbrella.git\n   ```\n2. Open the `AngelUmbrella.sln` file.\n\n## Authors\n\n- mntone - Initial work.\n\n## License\n\nAngel Umbrella is licensed under the GPLv3 license - see the [LICENSE.txt](https://github.com/mntone/AngelUmbrella/blob/master/LICENSE.txt) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmntone%2Fangelumbrella","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmntone%2Fangelumbrella","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmntone%2Fangelumbrella/lists"}