https://github.com/noppefoxwolf/babymetal
[Archive] Image and video processing using Metal.
https://github.com/noppefoxwolf/babymetal
Last synced: 3 months ago
JSON representation
[Archive] Image and video processing using Metal.
- Host: GitHub
- URL: https://github.com/noppefoxwolf/babymetal
- Owner: noppefoxwolf
- License: mit
- Created: 2018-07-05T06:23:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T08:54:58.000Z (over 7 years ago)
- Last Synced: 2024-05-02T05:45:48.340Z (about 2 years ago)
- Language: Swift
- Homepage:
- Size: 451 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Archive] BabyMetal
[](https://travis-ci.org/noppefoxwolf/BabyMetal)
[](https://cocoapods.org/pods/BabyMetal)
[](https://cocoapods.org/pods/BabyMetal)
[](https://cocoapods.org/pods/BabyMetal)
## 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](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'BabyMetal'
```
## Author
noppefoxwolf, noppelabs@gmail.com
## License
BabyMetal is available under the MIT license. See the LICENSE file for more info.