Cubes example from https://github.com/kvark/froggy, written on top of wgpu-rs
Use the following command to run the demo with default settings:
cargo run --release --features <backend>Available backends are:
metalvulkandx12dx11
The demo also has additional settings, you can print help by adding --help argument:
cargo run --release --features backend -- --help