✍️ Exercises

Don't forget to checkout the branch:

git checkout 10-visual-effects

Let's review what was changed: https://github.com/vleue/bevy_workshop/compare/09-sound-effects..10-visual-effects

Jumping

Let's add a shader displaying an effect when jumping.

Tips:

  • Use the time the player started jumping in the material
  • Use the current velocity in the material
  • Try to find a cool effect on https://www.shadertoy.com and port it