learn-wgpu/docs/beginner
2019-11-01 01:10:33 -06:00
..
tutorial3-pipeline put tutorial3 in a folder 2019-10-22 12:54:40 -06:00
tutorial4-buffer finished windowless 2019-11-01 01:10:33 -06:00
README.md fixed typos and such 2019-10-19 16:01:59 -06:00
tutorial1-window.md fixed typos and such 2019-10-19 16:01:59 -06:00
tutorial2-swapchain-cleared-window.png tutorial2-swapchain 2019-10-19 14:32:52 -06:00
tutorial2-swapchain.md tutorial3-pipeline 2019-10-21 18:12:28 -06:00

What we're covering

Just the basics

To make things simpler for everyone, this section of the guide will just cover things like setting up wgpu with a window, creating the swapchain, using the render pipeline, creating and using buffers, basic texturing, and basic lighting.