A collection of minimal examples demonstrating various graphics programming techniques using wgpu.
-
Basic wgpu app without abstracting.
-
Basic wgpu app, but the basic setup and routine is hidden.
-
Using 3D camera and push constants to pass the matrix to the shader.