A framework for creating user interfaces for Windows with an API similar to SwiftUI
https://winui-swift.aparoksha.dev/documentation/winui_swift/
.gitea | ||
Sources | ||
.gitignore | ||
.swiftlint.yml | ||
LICENSE.md | ||
Package.swift | ||
README.md |
WinUI for Swift
WinUI for Swift is a framework for creating user interfaces for Windows with an API similar to SwiftUI.
Table of Contents
Installation
Dependencies
Install Swift following the official instructions for Windows.
Then, download and run the installer for the Windows App SDK from the following link:
https://aka.ms/windowsappsdk/1.5/1.5.240205001-preview1/windowsappruntimeinstall-x64.exe
Swift Package
- Open your Swift package in VS Code or any other editor.
- Open the
Package.swift
file. - Into the
Package
initializer, underdependencies
, paste:
.package(url: "https://git.apaorksha.dev/aparoksha/winui-swift", from: "0.1.0")
Usage
Find more information in the documentation.
Thanks
Dependencies
- Meta licensed under the MIT License
- Levenshtein Transformations licensed under the MIT License
- swift-winui licensed under the BSD 3-Clause License
- swift-windowsappsdk licensed under the BSD 3-Clause License
- swift-windowsfoundation licensed under the BSD 3-Clause License