1 unstable release
Uses new Rust 2024
new 0.0.19 | Apr 2, 2025 |
---|
#7 in #example-name
46 downloads per month
440KB
838 lines
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.
-
Jerom: Creator of the 32x32-fantasy-tileset used in the
single_texture
example. -
Atari Boy: Creator of the Old hero Pixel Art character used in the
animation
example. -
VEXED: Creator of bountiful bits (1).
-
Peter: Creator of the menu font.
-
Pixel Frog: Creator of Pixel Adventure 2
-
qubodup created sound Whoosh
Dependencies
~25–62MB
~1M SLoC