3 unstable releases

Uses new Rust 2024

0.1.1 Jul 1, 2026
0.1.0 Jun 30, 2026
0.0.0 May 28, 2023

#620 in Graphics APIs

MIT/Apache

700KB
17K SLoC

MEV

docs.rs Crates.io Total Downloads Discord

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 🌋

Dependencies

~8–18MB
~256K SLoC