Simple README

This commit is contained in:
Dzmitry Malyshau 2018-09-14 09:23:15 -04:00
parent 72dc47aba3
commit 9dc0db2836

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# WebGPU-native
This is an experimental [WebGPU](https://www.w3.org/community/gpu/) implementation as a native static library. It's written in Rust and is based on [gfx-hal](https://github.com/gfx-rs/gfx) and [satellite](https://github.com/gfx-rs/gfx-memory) libraries. The corresponding WebIDL specification can be found at [gpuweb project](https://github.com/gpuweb/gpuweb/blob/master/design/sketch.webidl).