swamp-examples

Crates.ioswamp-examples
lib.rsswamp-examples
version0.0.18
created_at2024-11-14 18:41:46.180629+00
updated_at2025-03-06 15:45:17.179987+00
descriptionExamples for the swamp 2D game engine
homepage
repositoryhttps://github.com/swamp/swamp
max_upload_size
id1448208
size518,036
Peter Bjorklund (piot)

documentation

README

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.

Commit count: 802

cargo fmt