CypherPoet/SwiftUIGeometryUtils
Starter utilities for creating magic with geometry and shapes in SwiftUI.
Installation
Xcode Projects
Select File -> Swift Packages -> Add Package Dependency and enter https://github.com/CypherPoet/SwiftUIGeometryUtils.
Swift Package Manager Projects
You can add CypherPoetSwiftUIGeometryUtils as a package dependency in your Package.swift file:
let package = Package(
//...
dependencies: [
.package(
name: "CypherPoetSwiftUIGeometryUtils",
url: "https://github.com/CypherPoet/SwiftUIGeometryUtils",
.upToNextMinor(from: "0.2.0")
),
],
//...
)From there, refer to the SwiftUIGeometryUtils "product" delivered by the CypherPoetSwiftUIGeometryUtils "package" inside of any of your project's target dependencies:
targets: [
.target(
name: "YourLibrary",
dependencies: [
.product(name: "SwiftUIGeometryUtils", package: "CypherPoetSwiftUIGeometryUtils"),
],
...
),
...
]Then simply import SwiftUIGeometryUtils wherever youโd like to use it.
๐บ Roadmap
- World Domination -->
Contributing
Contributions to SwiftUIGeometryUtils are most welcome. Check out some of the issue templates for more info.
๐ป Developing
Requirements
- Xcode 13.0+ (Recommended)
๐ Creating & Building Documentation
Documentation is built with Xcode's DocC. More details are forthcoming here -- but for now, see Apple's guidance on how to build, run, and create DocC content.
๐ท License
SwiftUIGeometryUtils is available under the MIT license. See the LICENSE file for more info.
Package Metadata
Repository: CypherPoet/SwiftUIGeometryUtils
Homepage: https://cypherpoet.github.io/SwiftUIGeometryUtils/
Stars: 0
Forks: 0
Open issues: 0
Default branch: main
Primary language: swift
License: MIT
Topics: euclid-fan-club, swift, swift-packages, swiftui, swiftui-geometry, swiftui-masterrace, swiftui-shapes
README: README.md