Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmed605/10mica
Mica but for Windows 10
https://github.com/ahmed605/10mica
composition dcomp dwm mica reverse-engineering uwp wasdk win10 wincomp windows winrt winui
Last synced: 3 months ago
JSON representation
Mica but for Windows 10
- Host: GitHub
- URL: https://github.com/ahmed605/10mica
- Owner: ahmed605
- License: mit
- Created: 2023-01-25T13:18:53.000Z (almost 2 years ago)
- Default Branch: uwp
- Last Pushed: 2024-03-09T23:04:55.000Z (11 months ago)
- Last Synced: 2024-10-12T20:22:29.397Z (3 months ago)
- Topics: composition, dcomp, dwm, mica, reverse-engineering, uwp, wasdk, win10, wincomp, windows, winrt, winui
- Language: C
- Homepage:
- Size: 1.37 MB
- Stars: 68
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 10Mica
[Mica](https://learn.microsoft.com/en-us/windows/apps/design/style/mica) but for Windows 10!> [!NOTE]
> While the UWP version is experimental it's safe to be used in production, it's only marked as experimental because not all planned features are implemented yet and the API design isn't final but there shouldn't be any major breaking changes.> [!WARNING]
> The code of the WASDK version is still messy, incomplete, full of duplications, and not ready to be used in production yet.## Media
https://github.com/ahmed605/10Mica/assets/34550324/8b8bc16f-5399-4cc1-947b-77ab807bc6de## Usage
> [!NOTE]
> While the UWP example below set the brush on the `Page` element, it's **very** recommended to use it on the `Frame` element instead as you **can't** have more than one `TenMicaBrush` instance running, so using it on the `Frame` element assures that there's only one instance running.### UWP
```xml
```
### WinUI 3
```xml
...
```
> [!NOTE]
> 10Mica currently supports 15063+ on the UWP version and 18362+ on the WASDK version.## Customers
### Oxidized
![Oxidized_but_something_is_different](https://user-images.githubusercontent.com/34550324/238049331-95aca844-44eb-4c0f-b0e4-f2738a084053.png)
### [FlairMax](https://www.microsoft.com/store/apps/9PDZVJ34ZTXG)
![Screenshot_2023-05-12_174506](https://user-images.githubusercontent.com/34550324/238049443-c9803ed6-cf81-4101-bec1-470ea2c0f906.png)