SkillAgentSearch skills...

Triangulation

Triangulation effect in iOS

Install / Use

/learn @younatics/Triangulation
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Triangulation

Version Carthage Compatible License: MIT Platform Swift 4.0

Introduction

📐 Triangulate your image! Triangulation will magically change your image like this!

| Before | After | | :----------: | :-----------------------: | | Before | After |

Requirements

Triangulation is written in Swift 4.2. Compatible with iOS 9.0+

Installation

Cocoapods

Triangulation is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Triangulation'

Carthage

github "younatics/Triangulation"

Usage

Add TriangulationView with custom cell size. That's it!

let triangleView = TriangulationView(frame: view.bounds, image: image, cellSize: 40)
view.addSubview(triangleView)

References

Please tell me or make pull request if you use this library in your application :)

Author

younatics <a href="http://twitter.com/younatics" target="_blank"><img alt="Twitter" src="https://img.shields.io/twitter/follow/younatics.svg?style=social&label=Follow"></a>

License

Triangulation is available under the MIT license. See the LICENSE file for more info.

View on GitHub
GitHub Stars174
CategoryDevelopment
Updated1y ago
Forks9

Languages

Swift

Security Score

80/100

Audited on Aug 14, 2024

No findings