wgpu/gfx-examples
2019-02-15 10:13:04 -05:00
..
data Cube cleanup and the new generated texture 2019-02-04 09:55:32 -05:00
src Renamed the impl methods, switched structure argumetns from references to contained items 2019-02-15 10:13:04 -05:00
Cargo.toml Separate object identity from storage 2019-02-14 14:28:55 -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.