learn-wgpu/docs
2021-08-09 16:20:36 -06:00
..
.vuepress updated tutorial3-pipeline docs 2021-05-18 20:28:08 -06:00
beginner Merge pull request #212 from rokonio/master 2021-08-09 16:20:36 -06:00
intermediate Removed unnecessary borrows 2021-08-04 15:06:53 +02:00
news Why'll should be While 2021-07-10 03:04:39 -05:00
showcase Switched to pollster 2021-07-14 13:26:05 +01:00
README.md Fix typo 2021-05-11 11:41:31 +02:00
todo.md textures 2019-11-05 01:02:41 -07:00

Introduction

What is wgpu?

Wgpu is a Rust implementation of the WebGPU API spec. WebGPU is a specification published by the GPU for the Web Community Group. It aims to allow web code access to GPU functions in a safe and reliable manner. It does this by mimicking the Vulkan API, and translating that down to whatever API the host hardware is using (ie. DirectX, Metal, Vulkan).

Wgpu is still in development, so some of this doc is subject to change.

Why Rust?

Wgpu actually has C bindings to allow you to write C/C++ code with it, as well as use other languages that interface with C. That being said, wgpu is written in Rust, and it has some convenient Rust bindings that don't have to jump through any hoops. On top of that, I've been enjoying writing in Rust.

You should be fairly familiar with Rust before using this tutorial as I won't go into much detail on Rust syntax. If you're not super comfortable with Rust you can review the Rust tutorial. You should also be familiar about Cargo.

I'm using this project as a way to learn wgpu myself, so I might miss some important details, or explain things wrong. I'm always open to constructive feedback.

Contribution and Support

  • I accept pull requests (GitHub repo) for fixing issues with this tutorial such as typos, incorrect information, and other inconsistencies.
  • Due to wgpu's rapidly changing api, I'm not accepting any new pull requests for showcase demos.
  • If you want to support me directly, check out my patreon!

Special thanks to these patrons!

In no particular order

  • Ben Anderson
  • Ian Gowen
  • Eliot Bolduc
  • Paul E Hansen
  • Lennart
  • Gunstein Vatnar
  • yutani
  • David Laban