jack1232 / wgpu07

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust wgpu Graphics Programming: Step-By-Step (7)

Create a Cube with Distinct Face Colors

This is the source code for 7th video of the YouTube series on step-by-step Rust wgpu graphics programming.

This sample wgpu app creates a 3D cube with distinct face colors. The output from this app is shown in the following image.

wgpu05

Link for All Source Code Used in the Rust wgpu Step-By-Step Video Series:

https://github.com/jack1232/wgpu-Step-By-Step

About


Languages

Language:Rust 97.3%Language:WGSL 2.7%