# wgpu_ws **Repository Path**: xdowm/wgpu_ws ## Basic Information - **Project Name**: wgpu_ws - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-19 - **Last Updated**: 2024-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README  # run tutorial1-window ```shell # 在桌面环境本地运行 cargo run --bin tutorial1-window # 在浏览器中运行 # 需要先安装 Rust WebAssembly target rustup target add wasm32-unknown-unknown # 使用 WebGPU(需要使用 Chrome/Edge 113+ 或 Chrome/Edge Canary,Canary 需手动开启 WebGPU 试验功能) cargo run-wasm --bin tutorial1-window # 使用 WebGL 2.0 cargo run-wasm --bin tutorial1-window --features webgl ```