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 330 forks source link

Will you support Mac Catalyst? #109

Open tianye2856 opened 3 years ago

tianye2856 commented 3 years ago

Hi, Thanks for your support for GPUImage3 on Metal, which can run on Mac Catalyst. But the iOS demo run in Mac Catalyst will get blank UIImage. It seems that some error occurs in Mac Catalyst. filterWithOperation will always get blank UIImage, would you please fix this problem? Thanks in advance.

tianye2856 commented 3 years ago

Hi, The examples from iOS SimpleImageFilter will get correct result using RenderView on Mac Catalyst. But the imageAvailableCallback will always return a blank image on Mac Catalyst. Could you please fix this problem?

I am a user from GPUImage 1 to GPUImage 3. Thanks in advance.