Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 472 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 472 Bytes

wgpu_winit_example

WGPU code example using Winit 0.30.0+.

This project is a WGPU example project based on winit 0.30.0, which is mainly adapted to the architecture of winit 0.30.0+.

Run

Except for dependencies that share the top-level workspace, the code for each chapter is independent.

# ch02_render_a_triangle, ch03_xxx, ... whatever.
$ cargo run --package ch02_render_a_triangle

Example

chapter01