hex_math

Library for working with hex grids.


License
MIT

Documentation

HexMath

Translation of Amit Patel's Hex Grid library to Elixir. Currently set up for "point-end up" grids.

Install

Add dependencies in mix.exs

def deps do
  # ...
  {:hex_math, "~> 0.0.1"},
  # ...
end