A Swift library for developing personal iOS apps with an LCARSĀ© interface.
LCARSDisplayKit is distributed using the Swift Package Manager. To install it into a project, add it
as a dependency within your Package.swift
manifest:
let package = Package(
...
dependencies: [
.package(url: "https://github.com/richardpiazza/LCARSDisplayKit.git", .branch("main")
],
...
)
Then import the LCARSDisplayKit packages wherever you'd like to use it:
import LCARSDisplayKit