Skip to content

Commit 065f498

Browse files
Update README.md (#122)
1 parent 1adbcb3 commit 065f498

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,18 @@ This repository hosts samples for the [Windows App SDK](https://github.com/micro
1313
#### Data and Files
1414
- [Resource Management](Samples/ResourceManagement): These samples demonstrates app resource management using the MRT Core APIs.
1515

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+
1622
#### Graphics
1723
- [Text Rendering](Samples/TextRendering): This sample is a gallery of the DWriteCore APIs demonstrating text rendering.
1824

1925
#### User Interface and Input
2026
- [Windowing](Samples/Windowing): This sample demonstrates how to manage app windows using the Windowing APIs.
2127
- [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.
2328

2429
## Requirements
2530

0 commit comments

Comments
 (0)