Coffee
An opinionated 2D game engine for Rust
Coffee is an opinionated 2D game engine focused on simplicity, explicitness, and type-safety. 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...