Cross-platform, safe, pure-rust graphics api.
Go to file
bors[bot] fc3b6fc3cb Merge #10
10: Generate C header r=kvark a=grovesNL

Fixes #6

~~WIP: there are a few issues I've encountered already for the few functions we expose.~~

Co-authored-by: grovesNL <josh@joshgroves.com>
Co-authored-by: Joshua Groves <josh@joshgroves.com>
2018-09-25 03:21:59 +00:00
examples Add remote feature to control ID type 2018-09-23 23:05:12 -06:00
wgpu-bindings Move mutex inside registry 2018-09-24 12:39:49 -06:00
wgpu-native Fix remote get_mut 2018-09-24 21:20:03 -06:00
.gitignore Create C example 2018-09-23 13:25:05 -06: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 Fix remote get_mut 2018-09-24 21:20:03 -06:00
Cargo.toml Add initial bindings 2018-09-22 16:54:19 -06: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.