Cross-platform, safe, pure-rust graphics api.
Go to file
2018-09-14 12:01:56 -04:00
examples Hook up gfx-backend-empty 2018-09-14 09:16:30 -04:00
src Create gfx-memory allocator 2018-09-14 12:01:56 -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 Create gfx-memory allocator 2018-09-14 12:01:56 -04:00
Cargo.toml Create gfx-memory allocator 2018-09-14 12:01:56 -04: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.