hex-coordinates 0.1.3

A library for handling hex coordinates.
Documentation

hex-coordinates

crates.io docs.rs

A library for handling hex coordinates.

Massive credit to Hexagonal Grids from Red Blob Games.

The article notes:

My recommendation: if you are only going to use non-rotated rectangular maps, consider the doubled or offset system that matches your map orientation. For maps with Rotation, or non-rectangularly shaped maps, use axial/cube. Either choose to store the s coordinate (cube), or calculate it when needed as -q-r (axial).