wgpu/gfx-examples
Tristam MacDonald 1fe59e71db run cargo fmt
2019-03-05 20:41:24 -08:00
..
data Fix depth projection in the examples, add some rotation to the shadow 2019-02-22 18:43:06 -05:00
src run cargo fmt 2019-03-05 20:41:24 -08:00
Cargo.toml Shadow shaders 2019-02-22 12:59:29 -05:00
README.md Document how to run examples 2019-02-12 22:01:49 +11:00

gfx pre-ll examples

The original gfx-rs examples had grown over several years, but then were abandoned when the gfx API was changed to match Vulkan: https://github.com/gfx-rs/gfx/tree/pre-ll/examples

wgpu-rs is considered to be the spiritual successor of gfx pre-ll, so this is the new home for the examples.