Skip to content

Commit b0cabc5

Browse files
committed
Init
1 parent 2aa50f0 commit b0cabc5

File tree

8 files changed

+8
-151
lines changed

8 files changed

+8
-151
lines changed

README.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ WinUI is a user interface layer that contains modern controls and styles for bui
2626
- **Powers key experiences in Windows:** Windows experiences and apps are built with WinUI. Its rich control set and styles make it easy to develop high-quality experiences used by millions every day.
2727

2828
<p align="center">
29-
<img src="docs/images/winui_os.png" alt="Powers key experiences in Windows" width="480"/>
30-
</br>
29+
<img src="docs/images/winui_os.png" alt="Powers key experiences in Windows" width="480"/>
3130
</p>
3231

3332
## 📋 Getting started with WinUI
@@ -38,8 +37,8 @@ The full documentation of WinUI can be found on [Microsoft Learn](https://learn.
3837
- [Get started with WinUI](https://learn.microsoft.com/windows/apps/get-started/start-here)
3938
- [Build your first WinUI app](https://learn.microsoft.com/windows/apps/how-tos/hello-world-winui3)
4039
- [WinUI & Windows App SDK samples](https://github.com/microsoft/WindowsAppSDK-Samples)
41-
42-
</br>
40+
- [Migrate from UWP to the Windows App SDK](https://learn.microsoft.com/windows/apps/windows-app-sdk/migrate-to-windows-app-sdk/migrate-to-windows-app-sdk-ovw)
41+
- [Windows Runtime APIs not supported in desktop apps](https://learn.microsoft.com/windows/apps/desktop/modernize/desktop-to-uwp-supported-api)
4342

4443
## 🖼️ WinUI 3 Gallery
4544
Make sure to also check out the [WinUI 3 Gallery](https://aka.ms/winui-gallery), our interactive sample experience showing everything you can do with WinUI.
@@ -48,37 +47,30 @@ Make sure to also check out the [WinUI 3 Gallery](https://aka.ms/winui-gallery),
4847
<img src="docs/images/winui-gallery.png" alt="WinUI 3 Gallery" width="400"/>
4948
</p>
5049
<p align="center">
51-
<a href="https://apps.microsoft.com/detail/WinUI%203%20Gallery/9P3JFPWWDZRC?launch=true
52-
&mode=mini">
53-
<img src="/docs/images/storeBadge.png" width="200"/>
54-
</a>
50+
<a style="text-decoration:none" href="https://apps.microsoft.com/detail/9P3JFPWWDZRC?launch=true&mode=full">
51+
<picture>
52+
<source media="(prefers-color-scheme: light)" srcset="docs/images/StoreBadge-dark.png" width="220" />
53+
<img src="docs/images/StoreBadge-light.png" width="220" />
54+
</picture></a>
5555
</p>
56-
</br>
5756

5857
## 📺 WinUI Community Call
5958
The WinUI Community Call is your opportunity to learn about WinUI and to engage with the WinUI team and community. Join us online on YouTube at the [Windows Developer channel](https://www.youtube.com/playlist?list=PLI_J2v67C23ZqsolUDaHoFkF1GKvGrttB).
6059

61-
</br>
62-
6360
## 📢 Contributing to WinUI
6461

6562
The WinUI team welcomes your feedback! To understand how we handle incoming feature requests and bugs, please see our [contribution handling](docs/contribution_handling.md) guidelines.
6663

6764
For information on how to contribute, please see [Contributing to WinUI](CONTRIBUTING.md).
6865

69-
</br>
70-
7166
## 🛣️ Roadmap
7267

7368
For info on the WinUI release schedule and high level plans please see the [WinUI roadmap](https://aka.ms/winappsdk/plans).
7469

75-
</br>
76-
7770
## 🔧 WinUI 2 (for UWP)
7871
WinUI 2 is a library of controls that provides Microsoft UI controls and features for [UWP apps](https://docs.microsoft.com/windows/uwp/index). Learn more about WinUI 2 [here](https://aka.ms/winui2) or download the source code [here](https://github.com/microsoft/microsoft-ui-xaml/tree/winui2/main).
7972

8073
You can get the WinUI 2 Gallery [on the Microsoft Store](https://www.microsoft.com/store/productId/9MSVH128X2ZT?ocid=pdpshare) and see the source code [here](https://github.com/microsoft/WinUI-Gallery/tree/winui2).
81-
</br>
8274

8375
### Data/Telemetry
8476

docs/SECURITY.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/images/StoreBadge-dark.png

13.9 KB
Loading

docs/images/StoreBadge-light.png

14.9 KB
Loading

docs/images/storeBadge.png

-18.4 KB
Binary file not shown.

docs/roadmap.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

docs/winrt-apis-for-desktop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/winui3_migration.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)