TenMica 1.0.0-alpha
See the version list below for details.
dotnet add package TenMica --version 1.0.0-alpha
NuGet\Install-Package TenMica -Version 1.0.0-alpha
<PackageReference Include="TenMica" Version="1.0.0-alpha" />
paket add TenMica --version 1.0.0-alpha
#r "nuget: TenMica, 1.0.0-alpha"
// Install TenMica as a Cake Addin #addin nuget:?package=TenMica&version=1.0.0-alpha&prerelease // Install TenMica as a Cake Tool #tool nuget:?package=TenMica&version=1.0.0-alpha&prerelease
10Mica
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 theFrame
element instead as you can't have more than oneTenMicaBrush
instance running, so using it on theFrame
element assures that there's only one instance running.
UWP
<Page xmlns:tenmica="using:TenMica" ...>
<Page.Background>
<tenmica:TenMicaBrush EnabledInActivatedNotForeground="True" ForcedTheme="Dark"/>
</Page.Background>
</Page>
WinUI 3
<Window
x:Class="TenMicaTestWasdk.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:TenMicaTestWasdk"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:mica="using:TenMica"
mc:Ignorable="d">
<Window.SystemBackdrop>
<mica:TenMicaBackdrop EnabledInActivatedNotForeground="True"/>
</Window.SystemBackdrop>
...
</Window>
Note 10Mica currently supports 15063+ on the UWP version and 18362+ on the WASDK version.
Customers
Oxidized
FlairMax
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
-
- Win2D.uwp (>= 1.27.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on TenMica:
Repository | Stars |
---|---|
UnicordDev/Unicord
A free, open source Discord Client for Windows 10 and Windows Phone 10
|
Version | Downloads | Last updated | |
---|---|---|---|
1.0.0-beta | 342 | 9/25/2023 | |
1.0.0-alpha | 94 | 9/25/2023 |
Initial prerelease.