Skip to content

Commit

Permalink
docs(README): added correct animated gif path
Browse files Browse the repository at this point in the history
  • Loading branch information
kaosat-dev committed Jan 8, 2023
1 parent b17c62b commit 9804191
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/vertex_animation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9804191

Please sign in to comment.