bevy_mod_bounding 0.1.1

Bounding box generation for the Bevy Engine.
Documentation
  • Coverage
  • 62.5%
    25 out of 40 items documented0 out of 32 items with examples
  • Size
  • Source code size: 111.99 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.37 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 49s Average build duration of successful builds.
  • all releases: 49s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • aevyrie/bevy_mod_bounding
    23 7 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • aevyrie

Bounding Box Generation for Bevy

CI crates.io docs.rs Bevy tracking

Unofficial plugin for generating bounding volumes.

demo

Status

Status Bounding Volume
Bounding Sphere
Axis Aligned Bounding Box
Oriented Bounding Box

Example

Run the demo with:

cargo run --features ex --example demo

Bevy Version Support

I intend to track the main branch of Bevy. PRs supporting this are welcome!

bevy bevy_mod_bounding
0.5 0.1

License

This project is licensed under the MIT 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.