📐 Triangulate your image! Triangulation
will magically change your image like this!
Before | After |
---|---|
Triangulation
is written in Swift 4.2. Compatible with iOS 9.0+
Triangulation is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Triangulation'
github "younatics/Triangulation"
Add TriangulationView
with custom cell size. That's it!
let triangleView = TriangulationView(frame: view.bounds, image: image, cellSize: 40)
view.addSubview(triangleView)
Triangulation is available under the MIT license. See the LICENSE file for more info.