GitXplorerGitXplorer
a

bevy_mod_bounding

public
23 stars
7 forks
1 issues

Commits

List of commits on branch master.
Verified
69bf77ca075b5a53de30f814d3dc74054d2ad6a1

Merge pull request #4 from davemo88/master

aaevyrie committed 3 years ago
Verified
e403fdc921c6ee8885f24241c0a4ef4f448ddae4

Attempt to fix CI error

aaevyrie committed 3 years ago
Unverified
a37133086d71a555eb2e9437244bb6e8dbddbf35

run demo example with bevy main

ddavemo88 committed 3 years ago
Unverified
1a03dffc700948247693f583ad2196ef2aa93e0c

(cargo-release) start next development iteration 0.1.2-alpha.0

aaevyrie committed 4 years ago
Unverified
a59b45f76cd8c694e8f1cfb2ece03d84c741bdff

(cargo-release) version 0.1.1

aaevyrie committed 4 years ago
Unverified
463f920c5cf4660278d3b2635268ce559d0a69db

Remove panics

aaevyrie committed 4 years ago

README

The README file for this repository.

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.