mkhexgrid

Generates customizable hexagonal grids for maps and games

brewmacoslinux
Try with needOr install directly
Source

About

Fully-configurable hex grid generator

Commands

mkhexgrid

Examples

Generate a basic hex grid with default settings$ mkhexgrid
Create a hex grid with custom dimensions (20x15) and output as SVG$ mkhexgrid -o output.svg -x 20 -y 15
Generate a hex grid with custom hex size and coordinate labels$ mkhexgrid -o grid.svg -s 30 -c