Coffee
An opinionated 2D game engine for Rust
...Declarative, type-safe loading screens with progress tracking. Built-in debug view with performance metrics. Explicit, easy-to-use, hardware-accelerated 2D graphics API. Multiplatform support leveraging OpenGL, Vulkan, Metal, D3D11, and D3D12. To get started, implement the Game trait. Then, call Game::run with some WindowSettings to run your game. Draw your game with an explicit 2D graphics API. Load your game assets with type-safety and build loading screens with consistent progress tracking. Build a responsive graphical user interface for your game. ...