BradLarson / GPUImage3

GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.
BSD 3-Clause "New" or "Revised" License
2.68k stars 331 forks source link

Is gpuimage3 recommended for production use yet #58

Closed geekinesis closed 4 years ago

geekinesis commented 4 years ago

Hi Thanks for updating gpuimage to metal, I have a number of apps using the gpuimage2 framework I’ve experimented with gpuimage3 with some success but am not sure if you recommend using the framework in a released app yet?

sabiland commented 4 years ago

After some testing I quickly got metal exceptions, I do not think it is production ready. Also I found out that some filters are missing which are present in GPUImage2.

RedQueenCoder commented 4 years ago

We're still in the process of porting all of the filter over from GPUImage2. We've had a few time sucks over the last year and the goal is to get this production ready by the end of the year. Thank you for being patient.

bhallamohit commented 4 years ago

Is it mature now?. Can we use it for production?