winui-swift/README.md
david-swift ada190fe03
Some checks failed
Deploy Docs / publish (push) Has been cancelled
Fix README
2024-10-31 06:28:17 +01:00

3.1 KiB

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://aka.ms/windowsappsdk/1.5/1.5.240205001-preview1/windowsappruntimeinstall-x64.exe

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