https://github.com/kaosat-dev/bevy-fun-examples
A few "fun" examples for the Bevy engine !
https://github.com/kaosat-dev/bevy-fun-examples
Last synced: about 1 year ago
JSON representation
A few "fun" examples for the Bevy engine !
- Host: GitHub
- URL: https://github.com/kaosat-dev/bevy-fun-examples
- Owner: kaosat-dev
- License: mit
- Created: 2023-01-08T19:02:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T16:50:31.000Z (over 2 years ago)
- Last Synced: 2025-02-13T14:52:54.259Z (over 1 year ago)
- Language: WGSL
- Size: 2.47 MB
- Stars: 23
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bevy fun examples
[](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking)
[](./LICENSE)
A few different examples for bevy (not the official examples :)
Tested with Bevy 0.11.x
## List of examples
### [Vertex Animation](./examples/vertex_animation/README.md)
- vertex shader animation (specifically for animation fishes etc)

run it with
```cargo run --features bevy/dynamic_linking --features bevy/file_watcher --example vertex_animation```
### [Blender Gltf Components](https://github.com/kaosat-dev/Blender_bevy_components_workflow)
- this is now a full fledged workflow with Crates for Bevy , Blender addon etc, see the link above

## Notes
- feedback is welcome, although I do not know how much time I will have to update this repo
- my Rust & Bevy knowledge is limited for now, so suggestions to make things more idiomatic are welcome !
## License
These example are licensed under MIT.