BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.2k stars 4.61k forks source link

GPUImage on macOS internal API call system NSOpenGLContext,NS_OPENGL_CLASS_DEPRECATED(10_0, 10_14, "Please use Metal or MetalKit.") #2598

Open taojinliang opened 5 years ago

taojinliang commented 5 years ago

on macOS 10.14 happen to Show the picture stuck

perrorchen commented 5 years ago

编译demo报的错误?

BradLarson commented 5 years ago

This isn't yet ready, but we are working to rewrite GPUImage in Metal here:

https://github.com/BradLarson/GPUImage3

to provide a path forward when OpenGL support is fully deprecated on Mac and iOS. We'll let people know when this is ready to be able to be used in this capacity.