MetalTools
MetalTools provides a convenient, Swifty way of working with Metal. This library contains a lot of read-to-use compute kernels and is heavily used in computer vision startups like Prisma and ZERO10.

eugenebokhan{blog,projects,resume} ;
MetalTools
MetalTools provides a convenient, Swifty way of working with Metal. This library contains a lot of read-to-use compute kernels and is heavily used in computer vision startups like Prisma and ZERO10.
SharedGraphicsTools
A set of tools and extensions that allow sharing page-aligned memory allocation between different graphics APIs and provide view interop for them.
CoreVideoTools
CoreVideoTools offers a more idiomatic Swift interface to CoreVideo functionality, making it easier and safer to work with CVPixelBuffers, IOSurfaces, and related CoreVideo concepts in Swift code.
SIMDTools
SIMDTools provides utility functions and extensions for working with SIMD matrices and vectors in Swift.
WGPUTools
A Rust library providing utility functions and abstractions for working with WGPU, similar to MetalTools.