Cross-platform, safe, pure-rust graphics api.
Go to file
bors[bot] 99edaa256f Merge #9
9: Restructure the repo to host multiple crates r=grovesNL a=kvark

As a follow-up, I'll rename this repository to just `wgpu`.

Co-authored-by: Dzmitry Malyshau <kvark@mozilla.com>
2018-09-19 01:57:51 +00:00
wgpu-native Restructure the repo to host multiple crates 2018-09-18 21:48:18 -04:00
.gitignore Add a simple example 2018-09-14 09:08:23 -04:00
.travis.yml CI scripts 2018-09-14 11:39:24 -04:00
bors.toml CI scripts 2018-09-14 11:39:24 -04:00
Cargo.lock Restructure the repo to host multiple crates 2018-09-18 21:48:18 -04:00
Cargo.toml Restructure the repo to host multiple crates 2018-09-18 21:48:18 -04:00
LICENSE Initial commit 2018-09-13 15:18:51 -04:00
README.md Restructure the repo to host multiple crates 2018-09-18 21:48:18 -04:00
rustfmt.toml CI scripts 2018-09-14 11:39:24 -04:00

WebGPU

Build Status Gitter

This is an experimental WebGPU implementation as a native static library. It's written in Rust and is based on gfx-hal and satellite libraries. The corresponding WebIDL specification can be found at gpuweb project.