From 9dc0db283626ff33cffe73c40098f214baa9d721 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Fri, 14 Sep 2018 09:23:15 -0400 Subject: [PATCH] Simple README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..b3755bdc1 --- /dev/null +++ b/README.md @@ -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).