#example #swamp #render #engine #game #2d #2d-game

app swamp-examples

Examples for the swamp 2D game engine

5 releases

new 0.0.14-alpha.1 Dec 13, 2024
0.0.13 Dec 3, 2024
0.0.12 Dec 1, 2024
0.0.11 Nov 24, 2024
0.0.10 Nov 14, 2024

#28 in Game dev

Download history 53/week @ 2024-11-08 61/week @ 2024-11-15 142/week @ 2024-11-22 262/week @ 2024-11-29 39/week @ 2024-12-06

557 downloads per month

MIT license

410KB
791 lines

Swamp examples 🐊

The Swamp Examples are designed to help developers quickly get started with the Swamp 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

~26–67MB
~1M SLoC