You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,8 +26,7 @@ WinUI is a user interface layer that contains modern controls and styles for bui
26
26
-**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.
27
27
28
28
<palign="center">
29
-
<imgsrc="docs/images/winui_os.png"alt="Powers key experiences in Windows"width="480"/>
30
-
</br>
29
+
<imgsrc="docs/images/winui_os.png"alt="Powers key experiences in Windows"width="480"/>
31
30
</p>
32
31
33
32
## 📋 Getting started with WinUI
@@ -37,6 +36,8 @@ For WinUI, your app's users must be on Windows 10 1809 - Build 17763 or newer (i
37
36
The full documentation of WinUI can be found on [Microsoft Learn](https://learn.microsoft.com/windows/apps/):
38
37
-[Get started with WinUI](https://learn.microsoft.com/windows/apps/get-started/start-here)
39
38
-[Build your first WinUI app](https://learn.microsoft.com/windows/apps/tutorials/winui-notes/)
39
+
-[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)
40
+
-[Windows Runtime APIs not supported in desktop apps](https://learn.microsoft.com/windows/apps/desktop/modernize/desktop-to-uwp-supported-api)
40
41
-[WinUI & Windows App SDK samples](https://learn.microsoft.com/windows/apps/get-started/samples)
41
42
42
43
</br>
@@ -48,47 +49,40 @@ Make sure to also check out the [WinUI 3 Gallery](https://aka.ms/winui-gallery),
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).
60
61
61
-
</br>
62
-
63
62
## 📢 Contributing to WinUI
64
63
65
64
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.
66
65
67
66
For information on how to contribute, please see [Contributing to WinUI](CONTRIBUTING.md).
68
67
69
-
We're not yet ready to accept code contributions, but we are working towards that goal. It is now
70
-
possible to build the WinUI product binaries, with work in progress to share test code and enabling
71
-
locally running tests. To get started building WinUI from source and see more details on current
72
-
limitations, see [Getting started with building WinUI](src/GettingStarted.md). See the
73
-
[WinUI OSS Update post](https://github.com/microsoft/microsoft-ui-xaml/discussions/10700) to check the
74
-
latest status.
75
-
76
-
For the latest code and updates, use the [`winui3/main`](https://github.com/microsoft/microsoft-ui-xaml/tree/winui3/main)
77
-
branch.
78
-
79
-
</br>
68
+
> [!WARNING]
69
+
> We're not yet ready to accept code contributions, but we are working towards that goal. It is now
70
+
> possible to build the WinUI product binaries, with work in progress to share test code and enabling
71
+
> locally running tests. To get started building WinUI from source and see more details on current
72
+
> limitations, see [Getting started with building WinUI](src/GettingStarted.md). See the
73
+
> [WinUI OSS Update post](https://github.com/microsoft/microsoft-ui-xaml/discussions/10700) to check the
74
+
> latest status.
75
+
>
76
+
> For the latest code and updates, use the [`winui3/main`](https://github.com/microsoft/microsoft-ui-xaml/tree/winui3/main) branch.
80
77
81
78
## 🛣️ Roadmap
82
79
83
80
For info on the WinUI release schedule and high level plans please see the [WinUI roadmap](https://aka.ms/winappsdk/plans).
84
81
85
-
</br>
86
-
87
-
## 🔧 WinUI 2 (for UWP)
88
-
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).
82
+
## 🔧 WinUI for UWP
83
+
WinUI for UWP (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 for UWP [here](https://aka.ms/winui2) or download the source code [here](https://github.com/microsoft/microsoft-ui-xaml/tree/winui2/main).
89
84
90
85
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).
0 commit comments