rust-adventure / bevy-examples

Shaders and other small Bevy examples
MIT License
150 stars 11 forks source link

Migrate shield with depth to Bevy 0.11 #8

Closed marko-lazic closed 1 year ago

marko-lazic commented 1 year ago

There are a lot of examples and it might be simpler to get them to work with Bevy 0.11 one by one. This issue is regarding one of the coolest, the shield-with-depth example.

It depends on

So in total four crates need to be touched. We could migrate them to get to work with Bevy 0.11 and any other improvements such as enabling prepass motion vector would be left as future enhancements.