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
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,18 @@ This repository hosts samples for the [Windows App SDK](https://github.com/micro
13
13
#### Data and Files
14
14
-[Resource Management](Samples/ResourceManagement): These samples demonstrates app resource management using the MRT Core APIs.
15
15
16
+
#### Deployment
17
+
-[Unpackaged](Samples/Unpackaged): These samples demonstrate auto-initialization with the Windows App SDK package from non-MSIX (unpackaged) application.
18
+
19
+
#### Dynamic Dependencies
20
+
-[DirectX](Samples/DynamicDependencies): This sample demonstrates how to use the Dynamic Dependencies API to dynamically load the DirectX Runtime MSIX framework package.
21
+
16
22
#### Graphics
17
23
-[Text Rendering](Samples/TextRendering): This sample is a gallery of the DWriteCore APIs demonstrating text rendering.
18
24
19
25
#### User Interface and Input
20
26
-[Windowing](Samples/Windowing): This sample demonstrates how to manage app windows using the Windowing APIs.
21
27
-[XAML Controls Gallery](https://github.com/microsoft/Xaml-Controls-Gallery/tree/winui3): This is a sample app that showcases all of the WinUI 3 controls in action.
22
-
-[Dynamic Dependencies](Samples/DynamicDependencies): These samples demonstrate how to use the Windows App SDK in applications that are not deployed using MSIX packaging.
0 commit comments