/BabyMetal

[Archive] Image and video processing using Metal.

Primary LanguageSwiftMIT LicenseMIT

[Archive] BabyMetal

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Usage

var source = ImageSource(name: "example")
var filter = BlurFilter()
var preview = PreviewView(frame: view.bounds, device: MTLCreateSystemDefaultDevice()!)

source >>> filter >>> preview

Requirements

Installation

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

pod 'BabyMetal'

Author

noppefoxwolf, noppelabs@gmail.com

License

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