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

app swamp-examples

Examples for the swamp 2D game engine

10 releases

0.0.16-alpha.2 Jan 18, 2025
0.0.16-alpha.1 Jan 14, 2025
0.0.14-alpha.2 Dec 31, 2024
0.0.11 Nov 24, 2024

#34 in Game dev

Download history 98/week @ 2024-11-10 19/week @ 2024-11-17 145/week @ 2024-11-24 285/week @ 2024-12-01 105/week @ 2024-12-08 36/week @ 2024-12-15 80/week @ 2024-12-29 125/week @ 2025-01-05 297/week @ 2025-01-12 80/week @ 2025-01-19 3/week @ 2025-02-02

428 downloads per month

MIT license

410KB
789 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

~25–62MB
~1M SLoC