4 releases

Uses new Rust 2024

new 0.0.21 Jul 8, 2025
0.0.20 Apr 7, 2025
0.0.19 Apr 2, 2025
0.0.18 Mar 29, 2025

#2693 in Game dev

Download history 124/week @ 2025-03-25 256/week @ 2025-04-01 72/week @ 2025-04-08 7/week @ 2025-04-15 1/week @ 2025-04-22 3/week @ 2025-04-29 15/week @ 2025-05-06 22/week @ 2025-05-13 74/week @ 2025-07-01

74 downloads per month
Used in mireforge-examples

MIT license

295KB
3K SLoC

Mireforge

Mireforge is a lightweight 2D game engine designed for simplicity and performance, offering features for 2D rendering and audio support. It targets multiple platforms, including Windows, macOS, Linux, and WebAssembly (WASM).

Features

  • 2D Rendering: Efficient rendering capabilities for sprites, tilemaps, and text.
  • Audio Support: Built-in audio playback for sound effects and music.
  • Cross-Platform: Runs on Windows, macOS, Linux, and Web (WASM), allowing you to build games for various platforms effortlessly.
  • Easy to Use: Intuitive API to help you get started quickly with game development.

Installation

To use mireforge in your project, include it in your Cargo.toml:

[dependencies]
mireforge = "0.0.21"

Dependencies

~25–62MB
~1M SLoC