Cross-platform, safe, pure-rust graphics api.
Go to file
2018-09-16 00:40:42 -06:00
examples Create shader modules 2018-09-16 00:40:42 -06:00
src Create shader modules 2018-09-16 00:40:42 -06: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 Update to latest gfx-memory 2018-09-15 11:04:36 -06:00
Cargo.toml Update to latest gfx-memory 2018-09-15 11:04:36 -06:00
LICENSE Initial commit 2018-09-13 15:18:51 -04:00
README.md CI scripts 2018-09-14 11:39:24 -04:00
rustfmt.toml CI scripts 2018-09-14 11:39:24 -04:00

WebGPU-native

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.