Crates.io | bevy_ghx_grid |
lib.rs | bevy_ghx_grid |
version | 0.4.0 |
source | src |
created_at | 2024-03-06 14:11:20.314166 |
updated_at | 2024-10-23 22:17:23.690723 |
description | Bevy plugins for 2D & 3D grids |
homepage | |
repository | https://github.com/Henauxg/bevy_ghx_grid |
max_upload_size | |
id | 1164856 |
size | 34,417 |
Uses and exports ghx_grid
, as well as additional plugins and utilities dedicated to Bevy
.
GridDebugPlugin
provides debug utilities for the grid-types within ghx_grid
:
Use it by inserting a DebugGridView3d
bundle on your Grid
entity (or DebugGridView2d
, depending on your Bevy Camera).
Find the list and description in Cargo.toml
debug-plugin
[default]: compiles the grid debug plugin and its systems.reflect
[default]: enables ghx_grid
reflect feature.See also the main crate cargo features
bevy_ghx_grid | ghx_grid | bevy |
---|---|---|
0.4 | 0.4 | 0.14 |
0.3 | 0.3 | 0.13 |
0.2 | 0.2 | 0.13 |
0.1 | 0.1 | 0.12 |
bevy_ghx_grid is free and open source. All code in this repository is dual-licensed under either:
at your option.
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.