Closed peter-lyons-kehl closed 4 years ago
I've added a wgpu
link to the GPU Computing topic in PR #78 , although I left out the sub--crates, since it seems relatively easy to find those off of the existing documentation in the wgpu crate. Please feel free to have a look and make/suggest any updates
Please add these two crates to category: GPU Computing
wgpu-rs
is used byemu
(which is already onare-we-learning-yet
- thank you). However, I believewgpu-rs
deserves its own mention. It supports some GPUs and others are work in progress: https://github.com/gfx-rs/wgpu#supported-platforms.It contains of three crates:
1.:
wgpu
wgpu-core
: -- https://crates.io/crates/wgpu-core -- https://docs.rs/wgpu-core/wgpu-types
: -- https://crates.io/crates/wgpu-types -- https://docs.rs/wgpu-types/