You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crate provides the GridMap data structure.
It allows storing chunks of cells and it can expand in any direction.
The gridmap can be defined with an arbitrary amount of dimensions, but you will likely use it with either two or three dimensions.
About
Library for handling infinite multi-dimensional grids of cells