diff --git a/README.md b/README.md index d5a7290..457af79 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,16 @@ Tested with Bevy 0.9.1 ## List of examples ### [Vertex Animation](./examples/vertex_animation/README.md) + - vertex shader animation (specifically for animation fishes etc) - run it with ```cargo run --example vertex_animation``` + + ![demo](./examples/vertex_animation/vertex_animation_fishy.gif) + + + run it with + + ```cargo run --example vertex_animation``` ## Notes diff --git a/examples/vertex_animation/README.md b/examples/vertex_animation/README.md index 4fabfc0..a57d3de 100644 --- a/examples/vertex_animation/README.md +++ b/examples/vertex_animation/README.md @@ -6,7 +6,7 @@ It is a very powerfull and yet simple method, and "programmer friendl" as it doe This example is based both on some of my older work with vertex shader animation and [this amazing tutorial for the Godot engine](https://docs.godotengine.org/en/stable/tutorials/performance/vertex_animation/animating_thousands_of_fish.html) -![demo](./vertex_animation_fishy.gif.gif) +![demo](./vertex_animation_fishy.gif) ## Information