Releases: s1ddok/Alloy
Releases · s1ddok/Alloy
Affine crop
0.10.14 bump podspecs
Simulator release
0.10.13 remove CVMetalTexture simulator mock (#50)
LUTs
Minor update of encoders
0.10.11 update encoders (#47)
Xcode 11.1 Release
Fix 'lowPowerDevice' (#45) * fix lowPowerDevice * remove unnecessary #if * add #if check MTLCopyAllDevices symbols are not seen in iOS SKD at all, so @available(iOS, unavailable) doesn't work. * xcode 11.1 update (#46)
Catalyst release
Merge pull request #44 from s1ddok/catalyst-fixes Catalyst fix
Guided blur release
0.10.8 Update main.yml
Texture serialization + unit tests
Texture Caching Unit Tests (#37) * add macroses to alloy * add EuclideanDistanceEncoder * extend num of arguments in texture(from image: ) * add PixelFormatScalarTypes * add test images * add macroses to test shaders * add SwitchDataFormatEncoder * add MTLPixelFormat extensions * add MTLTexture extensions * move shaders to folder * fix tests * add TextureCachingTests * replace PixelFormatScalarType with MTLPixelFormat.ScalarType * replace getLevel(: ) with view(level: ) * add TextureAddConstantEncoder * add EuclideanDistanceTests * add sources to project * style * style fix in TextureAddConstantEncoder * style fix in EuclideanDistanceEncoder * replace metalContext with context * fix style in SwitchDataFormatEncoder * move tests to separate sources * add sources to project * use Alloy's Definitions
Simple geometry rendering, common errors
0.10.6 fix release
TextureMask/TextureSum kernels
0.10.5 style