Hextille
Module for common math operations in hexagonal grids. See this excellent article for more.
Installation
The package can be installed by adding hextille to your list of dependencies in mix.exs:
def deps do
[
{:hextille, "~> 0.1.0"}
]
endDevelopment
Install dependencies with
$ mix deps.getTesting
To run tests run
$ mix testat the root of the project.
Documentation
Documentation can be generated using ExDoc and it is published on https://hexdocs.pm/hextille.
To generate documentation locally, run mix docs.