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

Convert project to use Swift Package Manager by default #133

Closed BradLarson closed 4 months ago

BradLarson commented 4 months ago

This updates the base package structure to more closely align to what Swift Package Manager expects, and converts all examples to use the framework as a SwiftPM package. In the years since we started this, SwiftPM support in Xcode has come a long ways. The old Xcode project for the framework has been removed.

Fixes #87