An open API service indexing awesome lists of open source software.

https://github.com/zakarumych/mev

GAPI
https://github.com/zakarumych/mev

Last synced: about 2 months ago
JSON representation

GAPI

Awesome Lists containing this project

README

        

# MEV

[![docs.rs](https://img.shields.io/docsrs/mev?style=for-the-badge)](https://docs.rs/mev/)
[![Crates.io Total Downloads](https://img.shields.io/crates/d/mev?style=for-the-badge)](https://crates.io/crates/mev)
[![Discord](https://img.shields.io/discord/1270330377847832646?style=for-the-badge&logo=discord)](https://discord.com/channels/1270330377847832646/1318879687761465445)

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 🌋