jack1232 / wgpu11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Create a Sphere with Lighting

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

This sample wgpu app creates a sphere with lighting. The output from this app is shown in the following image.

wgpu10

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 93.2%Language:WGSL 6.8%