A framework for creating user interfaces for Windows with an API similar to SwiftUI https://winui-swift.aparoksha.dev/documentation/winui_swift/
Go to file
david-swift 75b5e12735
Some checks failed
Deploy Docs / publish (push) Failing after 20m25s
Fix docs not building
2024-10-14 08:31:08 +02:00
.gitea Fix docs not building 2024-10-14 08:31:08 +02:00
Sources Fix docs not building 2024-10-14 08:31:08 +02:00
.gitignore Initial commit 2024-10-13 21:11:31 +02:00
.swiftlint.yml Fix style violations 2024-10-13 21:30:10 +02:00
LICENSE.md Initial commit 2024-10-13 21:11:31 +02:00
Package.swift Initial commit 2024-10-13 21:11:31 +02:00
README.md Initial commit 2024-10-13 21:11:31 +02:00

WinUI for Swift

Documentation · Code

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://www.swift.org/install/windows/

Swift Package

  1. Open your Swift package in VS Code or any other editor.
  2. Open the Package.swift file.
  3. Into the Package initializer, under dependencies, paste:
.package(url: "https://git.apaorksha.dev/aparoksha/winui-swift", from: "0.1.0")   

Usage

Find more information in the documentation.

Thanks

Dependencies

Other Thanks

  • DocC used for generating the documentation
  • SwiftLint for checking whether code style conventions are violated
  • The programming language Swift