Crates.io | ghx_grid |
lib.rs | ghx_grid |
version | 0.4.1 |
source | src |
created_at | 2024-03-06 14:10:42.588477 |
updated_at | 2024-11-07 14:34:46.947269 |
description | 2D & 3D grid structures & utilities |
homepage | |
repository | https://github.com/Henauxg/ghx_grid |
max_upload_size | |
id | 1164855 |
size | 52,469 |
Structures and utilities to manipulate 2d & 3d grid data.
Find the list and description in Cargo.toml
bevy
: Disabled by default, enabling it simply derives Component
on common structs of the crate.reflect
: Disabled by default, enabling it simply derives Reflect
on common structs of the crate.ghx_grid | bevy |
---|---|
0.4 | 0.14 |
0.2-0.3 | 0.13 |
0.1 | 0.12 |
See the bevy_ghx_grid
crate which uses and exposes ghx_grid
, as well as additional plugins and utilities dedicated to Bevy
.
grid
or bevy_grid
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.