Private fork for bevy upgrade
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-28 14:39:14 +02:00
src update 0.7.0 2025-10-15 21:59:23 +02:00
.gitignore Upgrade to bevy 0.19 2026-06-28 14:39:14 +02:00
Cargo.toml Upgrade to bevy 0.19 2026-06-28 14:39:14 +02:00
CHANGELOG.md update to 0.8.0 for bevy 0.18 2026-01-18 16:55:45 +01:00
LICENSE-APACHE Add license files 2024-03-06 13:35:51 +01:00
LICENSE-MIT Add license files 2024-03-06 13:35:51 +01:00
README.md Upgrade to bevy 0.19 2026-06-28 14:39:14 +02:00

Ghx Grid

ghx_grid on crates.io ghx_grid on doc.rs

Structures and utilities to manipulate 2d & 3d grid data.

Cargo features

Find the list and description in Cargo.toml

For Bevy users

Compatible Bevy versions

ghx_grid bevy
0.9 0.19
0.8 0.18
0.7 0.16-0.17
0.6 0.16
0.5 0.15
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.

Misc

Why "ghx" ?

  • It serves as a namespace to avoid picking cargo names such as grid or bevy_grid

License

Code

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.