Silence-GitHub / BBMetalImage

A high performance Swift library for GPU-accelerated image/video processing based on Metal.
MIT License
989 stars 126 forks source link

Project Support Issues #23

Closed iDevid closed 4 years ago

iDevid commented 4 years ago

With the latest update you removed BBMetalMatrix4x4 object, breaking the code on production project. I suggest for the next version to deprecate gradually these things instead of removing them.

Another issue is that there isn't a CHANGELOG for this project, so I have to see commits to see what changes were made...

iDevid commented 4 years ago

Another thing, you used float4 in your code, but it's deprecated by simd

Silence-GitHub commented 4 years ago

@iDevid Good issues! Thank you! I will work on these.

Silence-GitHub commented 4 years ago

@iDevid Hi, I have replaced float4 with SIMD4, and added a CHANGELOG.

iDevid commented 4 years ago

Great! :D