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

Have GPUImageMovie, GPUImageView been renamed? #99

Closed lsamaria closed 3 years ago

lsamaria commented 3 years ago

Have GPUImageMovie, GPUImageView been renamed?

I followed the installation directions detailed here, did a clean , added import GPUImage to my file, and when I press build everything works fine.

Screen Shot 2020-07-31 at 8 28 03 PM

When i try to instantiate an instance GPUImageMovie', GPUImageView, or GPUImageChromaKeyFilter I get errors saying they don't exist (in the pic below I didn't include the playerLayer, constraints, etc because they aren't relevant).

Screen Shot 2020-08-01 at 6 39 40 AM