#2d-game-engine #example

app mireforge-examples

Examples for the mireforge 2D game engine

8 releases

Uses new Rust 2024

0.0.26 Sep 17, 2025
0.0.25 Aug 6, 2025
0.0.24 Jul 15, 2025
0.0.20 Apr 7, 2025

#48 in Game dev

Download history 19/week @ 2025-09-20 7/week @ 2025-09-27 3/week @ 2025-10-04

657 downloads per month

MIT license

580KB
1K SLoC

Mireforge examples 🐊

The Mireforge Examples are designed to help developers quickly get started with the Mireforge Render API by providing ready-to-run examples.

Usage

  • List the available examples:
cargo run --bin
  • Run one of the examples with:
cargo run --release --bin <example_name>

Replace <example_name> with the specific example you want to run.

  • To see detailed logs of the application’s behavior, you can run with logging enabled:
RUST_LOG=debug,wgpu_core=warn,naga=warn,wgpu_hal=warn,winit=warn cargo run --example <example_name>

Replace <example_name> with the specific example you want to run.

Asset Licenses

All assets used in the examples are sourced from platforms that provide open and free licenses. Please refer to each asset’s respective page for specific licensing information.

Dependencies

~33–59MB
~854K SLoC