开源软件名称: wysaid/ios-gpuimage-plus开源软件地址: https://github.com/wysaid/ios-gpuimage-plus开源编程语言:
C++
70.9%
开源软件介绍: iOS-GPUImage-Plus
GPU accelerated filters for iOS based on OpenGL.
New feature : Face effects will be created with the ios11's VNSequenceRequestHandler
& VNDetectFaceLandmarksRequest
.
Android version: https://github.com/wysaid/android-gpuimage-plus
Abstract
This repo is open source now. You can use cge.framework in your project.
You can add the cge.framework to your project, then add the code
#import <cge/cge.h>
//Everything is done.
If you're using CocoaPods, add this to your Podfile:
pod 'cge', :git => 'https://github.com/wysaid/ios-gpuimage-plus.git '
or with the latest static library:
pod 'cge', :git => 'https://github.com/wysaid/ios-gpuimage-plus-pod.git ', :tag => '2.5.1'
Dependencies : libc++, ImageIO.framework, MobileCoreServices.framework
Note: The filters are written in C++, so you should change your source file extensions to "mm" if you want use all features. But it is not necessary when you're using the interface-headers just like the demo .
Hundreds of built-in filters are available in the demo.
请发表评论