Home

Awesome

WGPU-cubes

Cubes example from https://github.com/kvark/froggy, written on top of wgpu-rs

How to run

Use the following command to run the demo with default settings:

cargo run --release --features <backend>

Available backends are:

The demo also has additional settings, you can print help by adding --help argument:

cargo run --release --features backend -- --help