Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 333 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 333 Bytes

wgpu hello world

Repo for exploring wgpu for Rust. Based on wgpu examples and Learn wgpu by @sotrh.

Getting Started

  1. Clone this repo:
  2. Run the project:
    • For web using trunk serve
    • For desktop using cargo run