Swiftpack.co - keyvariable/kvGeometry.swift as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by keyvariable.
keyvariable/kvGeometry.swift 0.2.0
A collection of geometry auxiliaries on Swift
⭐️ 0
🕓 1 week ago
iOS
.package(url: "https://github.com/keyvariable/kvGeometry.swift.git", from: "0.2.0")

kvGeometry.swift

Swift 5.2 Linux macOS iOS

A collection of geometry auxiliaries on Swift. For example:

  • Basic shapes.
  • Basic CSG (Constructive Solid Geometry).
  • Numerical tolerance handling.

Supported Platforms

This package is completely crossplatform.

Getting Started

Swift Tools 5.2+

Package Dependencies:

dependencies: [
    .package(url: "https://github.com/keyvariable/kvGeometry.swift.git", from: "0.2.0"),
]

Target Dependencies:

dependencies: [
    .product(name: "kvGeometry", package: "kvGeometry.swift"),
    .product(name: "kvCSG", package: "kvGeometry.swift"),
]

Xcode

Documentation: Adding Package Dependencies to Your App.

Authors

GitHub

link
Stars: 0
Last commit: 1 week ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

0.1.0
8 weeks ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics