You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
learn-wgpu/run-all.sh

24 lines
820 B
Bash

# todo: figure out how to do this asynchronously
cargo run --bin tutorial1-window;
cargo run --bin tutorial2-swapchain;
cargo run --bin tutorial2-challenge;
cargo run --bin tutorial3-pipeline;
cargo run --bin tutorial3-challenge;
cargo run --bin tutorial4-buffer;
cargo run --bin tutorial4-challenge;
cargo run --bin tutorial5-textures;
cargo run --bin tutorial5-challenge;
cargo run --bin tutorial6-uniforms;
cargo run --bin tutorial6-challenge;
cargo run --bin tutorial7-instancing;
cargo run --bin tutorial7-challenge;
cargo run --bin tutorial8-depth;
cargo run --bin tutorial8-challenge;
4 years ago
cargo run --bin tutorial9-models;
cargo run --bin tutorial10-lighting;
cargo run --bin tutorial11-normals;
cargo run --bin tutorial12-camera;
cargo run --bin tutorial13-threading;
cargo run --bin windowless
cargo run --bin gifs