Introduction

Bevy shader playground is a playground to explore and mess with shaders using Bevy. I recently found myself fascinated by shaders and wanted to learn more about them. I started with the great Learn Wgpu tutorial and then found a really neat tutorial by hakolao which explores compute shaders with Bevy using Vulkano. If you are interested, this is the tutorial compute_shader_tutorial.

Jump right into the Bevy Game of Life Shader tutorial.

License

Licensed under either of

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. You can find the source code on GitHub and issues and feature requests can be posted on the GitHub issue tracker. Ff you'd like to contribute, please read the CONTRIBUTING guide and consider opening a pull request.