All Projects → aevyrie → bevy_mod_bounding

aevyrie / bevy_mod_bounding

Licence: MIT license
Unofficial plugin for generating bounding boxes in Bevy

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to bevy mod bounding

bevy template
Compile-time optimized Bevy project template
Stars: ✭ 27 (+28.57%)
Mutual labels:  bevy
space
A SCI-FI community game server simulating space(ships). Built from the ground up to support moddable online action multiplayer and roleplay!
Stars: ✭ 25 (+19.05%)
Mutual labels:  bevy
bevy tilemap
Tilemap with chunks for the Bevy game engine.
Stars: ✭ 169 (+704.76%)
Mutual labels:  bevy
bevy retrograde
Plugin pack for making 2D games with Bevy
Stars: ✭ 212 (+909.52%)
Mutual labels:  bevy
bevy easings
Helpers and Plugins for Bevy
Stars: ✭ 83 (+295.24%)
Mutual labels:  bevy
taileater
A puzzle game where you eat your own tail to win!
Stars: ✭ 19 (-9.52%)
Mutual labels:  bevy
bevy prototype networking laminar
This is a prototype of a networking crate for bevy. This create provides a low-level networking plugin built on top of laminar
Stars: ✭ 30 (+42.86%)
Mutual labels:  bevy
bevy chess
Chess demo in Bevy
Stars: ✭ 59 (+180.95%)
Mutual labels:  bevy
bevy lint
A Linter for bevy code
Stars: ✭ 21 (+0%)
Mutual labels:  bevy
geojson-bbox
Calculates extent/bbox for a given valid geojson object.
Stars: ✭ 25 (+19.05%)
Mutual labels:  bounding-box
bevy-robbo
Port of mrk-its/rust-robbo to bevy
Stars: ✭ 33 (+57.14%)
Mutual labels:  bevy
bevy
A refreshingly simple data-driven game engine built in Rust
Stars: ✭ 15,920 (+75709.52%)
Mutual labels:  bevy
bevy transform gizmo
A 3d gizmo for transforming entities in Bevy.
Stars: ✭ 41 (+95.24%)
Mutual labels:  bevy
rgis
Performant, cross-platform (web, desktop) GIS app written in Rust
Stars: ✭ 79 (+276.19%)
Mutual labels:  bevy
dango-tribute
👀
Stars: ✭ 20 (-4.76%)
Mutual labels:  bevy
not snake game
A snake-inspired game made in Rust using the Bevy game engine.
Stars: ✭ 65 (+209.52%)
Mutual labels:  bevy
bevy kira audio
A Bevy plugin to use Kira for game audio
Stars: ✭ 99 (+371.43%)
Mutual labels:  bevy
libracity
LibraCity - City planning on a needle! LibraCity is a puzzle game where you build a city at equilibrium on a needle. To succeed, take advantage of the various weights of the buildings, and place them all while ensuring the city remains stable.
Stars: ✭ 22 (+4.76%)
Mutual labels:  bevy
Bounding-Box-Regression-GUI
This program shows how Bounding-Box-Regression works in a visual form. Intersection over Union ( IOU ), Non Maximum Suppression ( NMS ), Object detection, 边框回归,边框回归可视化,交并比,非极大值抑制,目标检测。
Stars: ✭ 16 (-23.81%)
Mutual labels:  bounding-box
kurinji
Kurinji Input Map aims to decouple game play code from device specific input api. This is achieved by providing apis that allows you to map game actions to device input events instead of directly handling device inputs.
Stars: ✭ 47 (+123.81%)
Mutual labels:  bevy

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].