Skip to content

Running the examples

Jean Lauliac edited this page Mar 4, 2024 · 5 revisions

Running the examples

This section will show you how to get the necessary dependencies for running the examples included in wgpu-rs.

Dependencies

The project requires

Cloning

When you have installed the tools above then you can clone this repository

git clone --depth 1 https://github.com/gfx-rs/wgpu.git
cd wgpu

Running the examples

You can run the examples using the wgpu-examples binary.

# Show a list of all examples
cargo run --bin wgpu-examples

# Run the cube example
cargo run --bin wgpu-examples cube