learn-wgpu/docs/beginner
2019-10-19 14:32:52 -06:00
..
README.md tutorial 1 finished 2019-10-16 17:35:58 -06:00
tutorial1-window.md tutorial2-swapchain 2019-10-19 14:32:52 -06:00
tutorial2-swapchain-cleared-window.png tutorial2-swapchain 2019-10-19 14:32:52 -06:00
tutorial2-swapchain.md tutorial2-swapchain 2019-10-19 14:32:52 -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 setup wgpu with a window, creating the swapchain, using the render pipeline, creating and using buffers, basic texturing, and basic lighting.

Let's get started!