Windows App SDK

Windows App SDK (formerly known as Project Reunion) is a software development kit (SDK) from Microsoft that provides a unified set of APIs and components that can be used to develop desktop applications for both Windows 11 and Windows 10 version 1809 and later. The purpose of this project is to offer a decoupled implementation of capabilities which were previously tightly-coupled to the UWP app model. Windows App SDK allows native Win32 (USER32/GDI32) or .NET (WPF/WinForms) developers alike a path forward to enhance their apps with modern features.

Windows App SDK
Other namesProject Reunion
Developer(s)Microsoft
Initial release29 March 2021
Stable release
1.4.4  / 10 January 2024
Preview release
1.4.0-preview2  / 18 August 2023
Repository
Written inC++
Operating systemWindows 11, Windows 10 version 1809 and later
Platformx86-64, ARM64, IA-32
TypeApplication programming interface (API)
LicenseMIT License
Websitelearn.microsoft.com/windows/apps/windows-app-sdk/

It follows that Windows App SDK is not intended to replace the Windows SDK. By exposing a common application programming interface (API) primarily using the Windows Runtime (WinRT) through generated WinMD metadata, the tradeoffs which once characterized either app model are largely eliminated. NuGet packages for version 1.4 were released in August 2023 after approximately four months of development.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.