diff --git a/wgpu/README.md b/wgpu/README.md index 5adfb03996..6efe3ec7fd 100644 --- a/wgpu/README.md +++ b/wgpu/README.md @@ -12,10 +12,7 @@ wgpu-rs is an idiomatic Rust wrapper over [wgpu-core](https://github.com/gfx-rs/ wgpu-rs can target both the natively supported backends and WASM directly. -## Gallery - -![Cube](etc/example-cube.png) ![Shadow](etc/example-shadow.png) ![MipMap](etc/example-mipmap.png) ![Skybox](etc/example-skybox.gif) -![vange-rs](etc/vange-rs.png) ![Brawl](etc/brawl-attack.gif) ![GLX map](etc/glx-map.png) ![Harmony](etc/harmony-rs.jpg) +See our [gallery](https://wgpu.rs/#showcase) and the [wiki page](https://github.com/gfx-rs/wgpu-rs/wiki/Applications-and-Libraries) for the list of libraries and applications using `wgpu-rs`. ## Usage @@ -79,10 +76,6 @@ In the future [WGSL](https://gpuweb.github.io/gpuweb/wgsl.html) will be the shad For now, the shaders can be compiled to SPIR-V by running `make`, which requires you to have `glslang`s `glslangValidator` binary. -## Friends - -See [our wiki](https://github.com/gfx-rs/wgpu-rs/wiki/Applications-and-Libraries) for the list of libraries and applications using `wgpu`. - ## Development If you need to test local fixes to gfx-rs or other dependencies, the simplest way is to add a Cargo patch. For example, when working on DX12 backend on Windows, you can check out the "hal-0.2" branch of gfx-rs repo and add this to the end of "Cargo.toml": diff --git a/wgpu/etc/brawl-attack.gif b/wgpu/etc/brawl-attack.gif deleted file mode 100644 index 9c080b8077..0000000000 Binary files a/wgpu/etc/brawl-attack.gif and /dev/null differ diff --git a/wgpu/etc/example-cube.png b/wgpu/etc/example-cube.png deleted file mode 100644 index 339c45b9f9..0000000000 Binary files a/wgpu/etc/example-cube.png and /dev/null differ diff --git a/wgpu/etc/example-mipmap.png b/wgpu/etc/example-mipmap.png deleted file mode 100644 index a5568746b2..0000000000 Binary files a/wgpu/etc/example-mipmap.png and /dev/null differ diff --git a/wgpu/etc/example-shadow.png b/wgpu/etc/example-shadow.png deleted file mode 100644 index c757a0bdc0..0000000000 Binary files a/wgpu/etc/example-shadow.png and /dev/null differ diff --git a/wgpu/etc/example-skybox.gif b/wgpu/etc/example-skybox.gif deleted file mode 100644 index 47fc7833e6..0000000000 Binary files a/wgpu/etc/example-skybox.gif and /dev/null differ diff --git a/wgpu/etc/glx-map.png b/wgpu/etc/glx-map.png deleted file mode 100644 index 9917f2bb08..0000000000 Binary files a/wgpu/etc/glx-map.png and /dev/null differ diff --git a/wgpu/etc/harmony-rs.jpg b/wgpu/etc/harmony-rs.jpg deleted file mode 100644 index a937c52973..0000000000 Binary files a/wgpu/etc/harmony-rs.jpg and /dev/null differ diff --git a/wgpu/etc/vange-rs.png b/wgpu/etc/vange-rs.png deleted file mode 100644 index 7cc6e86542..0000000000 Binary files a/wgpu/etc/vange-rs.png and /dev/null differ diff --git a/wgpu/examples/README.md b/wgpu/examples/README.md index 8060bfa6b1..3d15569715 100644 --- a/wgpu/examples/README.md +++ b/wgpu/examples/README.md @@ -33,7 +33,7 @@ All framework-based examples render to the window. | optional extensions | | | | | | | :star: | | | - binding indexing | | | | | | | :star: | | | - push constants | | | | | | | :star: | | -| - depth clamping | | | | | :star | | | | +| - depth clamping | | | | | :star: | | | | | WGSL shaders | | | | | | | | | ## Hacking