GithubHelp home page GithubHelp logo

cypherpoet / swiftuigeometryutils Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.15 MB

Starter utilities for creating magic with geometry and shapes in SwiftUI.

Home Page: https://cypherpoet.github.io/SwiftUIGeometryUtils/

License: MIT License

Swift 89.97% Shell 10.03%
swift swift-packages swiftui swiftui-shapes swiftui-geometry euclid-fan-club swiftui-masterrace

swiftuigeometryutils's Introduction

SwiftUIGeometryUtils

Twitter: @cypher_poet

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.

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.

swiftuigeometryutils's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.