MEV
January 28, 2025 ยท View on GitHub
Mev is a GAPI that can use Metal et Vulkan GAPIs.
With ergonomics in mind, MEV is designed to be:
- ๐ช Simple: MEV is a no-nonsense GAPI keeping WTF per minute low.
- ๐ฏ Flexible: MEV is designed to be used in a variety of applications, exposing the full power of the underlying APIs.
- ๐ Fast: MEV is designed to be fast, adding as little overhead as possible.
- ๐ต Safe-ish: MEV is designed to be safe, but it's still possible to shoot yourself in the foot.
Backends
MEV supports two backends: Metal and Vulkan. It automatically picks one based on the platform it's built for.
On MacOS and iOS, MEV uses Metal. On other platforms, MEV uses Vulkan ๐