This package is based on the @ManevilleF's hexx repo, written in Rust.
If you want to generate an hexagonal grid, you can use
Lignus.HexTile.Generation.Hexagon()
int gridRadius = 5;
List<Hex> grid = Generation.Hexagon(gridRadius);
// or
int gridRadius = 5;
Hex center = new(4,5);
List<Hex> grid = Generation.Hexagon(center, gridRadius);
If you want to generate