# Bounding Box Generation for Bevy
[](https://github.com/aevyrie/bevy_mod_bounding/actions?query=workflow%3A%22CI%22+branch%3Amaster)
[](https://crates.io/crates/bevy_mod_bounding)
[](https://docs.rs/bevy_mod_bounding)
[](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking)
Unofficial plugin for generating bounding volumes.

## Status
| ✅ | Bounding Sphere |
| ✅ | Axis Aligned Bounding Box |
| ✅ | Oriented Bounding Box |
## Example
Run the demo with:
```shell
cargo run --features ex --example demo
```
## Bevy Version Support
I intend to track the `main` branch of Bevy. PRs supporting this are welcome!
|0.5|0.1|
# License
This project is licensed under the [MIT license](https://github.com/aevyrie/bevy_mod_bounding/blob/master/LICENSE).
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in bevy_mod_bounding by you, shall be licensed as MIT, without any additional terms or conditions.