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 d996b7f5c9
Some checks failed
Deploy Docs / publish (push) Failing after 2m50s
Filter symbol graphs to remove dependencies
2024-10-15 08:41:58 +02:00
.gitea Filter symbol graphs to remove dependencies 2024-10-15 08:41:58 +02:00
Sources Update to latest Meta version 2024-10-14 16:20:17 +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 Rename product to WinUISwift 2024-10-15 06:28:04 +02:00
README.md Update links in README 2024-10-14 09:58:54 +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