Restructuring (#2) A re-implementation of many aspects of the library. This includes the update to GraphPoint 4.0.0, which reshuffled much of the underlying code. The base ‘shape’ structures are now independent of Foundation/CoreGraphics.
Restructuring (#2)
A re-implementation of many aspects of the library. This includes the update to GraphPoint 4.0.0, which reshuffled much of the underlying code. The base ‘shape’ structures are now independent of Foundation/CoreGraphics.
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:
Package.swift
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
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
LCARSDisplayKit
A Swift library for developing personal iOS apps with an LCARS© interface.
Usage
LCARSDisplayKit is distributed using the Swift Package Manager. To install it into a project, add it as a dependency within your
Package.swift
manifest:Then import the LCARSDisplayKit packages wherever you’d like to use it: