/wgpu_demo

a WebGPU demo written in rust

Primary LanguageRust

How to run

setup rust development environment, follow: https://rustup.rs/

  • macOS:
WINIT_LINK_COLORSYNC=true cargo run
  • other system:
cargo run