#grid #bevy #bevy-plugin #gamedev

bevy_ghx_grid

Bevy plugins for 2D & 3D grids

2 unstable releases

0.2.0 Mar 6, 2024
0.1.0 Mar 6, 2024

#56 in #grid

Download history 264/week @ 2024-03-05 13/week @ 2024-03-12 2/week @ 2024-03-26 53/week @ 2024-04-02

71 downloads per month

MIT/Apache

51KB
948 lines

Bevy Ghx Grid

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

Bevy plugins and utilities for ghx_grid

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 bevy
0.2 0.13
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.

Dependencies

~16–60MB
~1M SLoC