Skip to content

moreSwift/swift-winui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swift-winui

Swift Language Bindings for common WinRT APIs and the Windows App SDK. For now, this package hosts bindings for WinUI 3, the Windows App SDK, UWP, Windows Foundation, and WebView 2 Core.

Bindings

The bindings are generated using thebrowsercompany/swift-winrt. To discover which bindings each product provides bindings for, see the projections.json file in the corresponding subdirectory of the Support directory.

Useful resources

SDK Versions

These bindings target a specific Windows SDK and a specific Windows App SDK. Bindings for the Windows SDK are compatible with all Windows SDK versions that follow. Bindings for Windows App SDK APIs on the other hand require that a matching Windows App Runtime version is installed.

  1. Windows SDK: 10.0.17763.0
  2. Windows App SDK: 1.5-preview1

Depenencies

Compiletime dependencies

To compile an app that uses swift-winui, you must install a matching version of the Windows SDK;

winget install --id Microsoft.WindowsSDK.10.0.17763

Runtime dependencies

To run an app that uses swift-winui, you must install the correct version of the Windows App Runtime;

About

Swift language bindings for WinUI3

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 74.3%
  • Swift 25.6%
  • Other 0.1%