Provate fork for bevy upgrade
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-28 17:34:25 +02:00
docs/assets Initial commit (bevy_ghx_grid v0.2.0) 2024-03-07 14:03:35 +01:00
src update to bevy 0.18 2026-01-18 17:33:17 +01:00
.gitignore Upgrade to bevy 0.19 2026-06-28 17:34:25 +02:00
Cargo.toml Upgrade to bevy 0.19 2026-06-28 17:34:25 +02:00
CHANGELOG.md Upgrade to bevy 0.19 2026-06-28 17:34:25 +02:00
LICENSE-APACHE Add license files 2024-03-07 14:07:07 +01:00
LICENSE-MIT Add license files 2024-03-07 14:07:07 +01:00
README.md Upgrade to bevy 0.19 2026-06-28 17:34:25 +02:00

Bevy Ghx Grid

Bevy tracking bevy_ghx_grid on crates.io bevy_ghx_grid on docs.io

Uses and exports ghx_grid, as well as additional plugins and utilities dedicated to Bevy.

Grid debug plugin

GridDebugPlugin provides debug utilities for the grid-types within ghx_grid:

  • Can draw a debug view of any 2d/3d grid
  • Can draw debug markers on any cells of a grid (controlled via bevy events)

Use it by inserting a DebugGridView3d bundle on your Grid entity (or DebugGridView2d, depending on your Bevy Camera).

debug_grid_and_markers

Cargo features

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

Compatible Bevy versions

bevy_ghx_grid ghx_grid bevy
0.9 0.9 0.19
0.8 0.8 0.18
0.7 0.7 0.17
0.6 0.6 0.16
0.5 0.5 0.15
0.4 0.4 0.14
0.3 0.3 0.13
0.2 0.2 0.13
0.1 0.1 0.12

License

Code

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.