16 releases (2 stable)

Uses old Rust 2015

1.1.0 Aug 16, 2021
1.0.0 Oct 29, 2020
0.3.0 Oct 29, 2020
0.2.0 Jan 30, 2018
0.0.3 Dec 9, 2014

#393 in Algorithms

Download history 8/week @ 2024-01-04 27/week @ 2024-01-11 23/week @ 2024-01-18 11/week @ 2024-01-25 11/week @ 2024-02-01 24/week @ 2024-02-08 35/week @ 2024-02-15 57/week @ 2024-02-22 53/week @ 2024-02-29 61/week @ 2024-03-07 49/week @ 2024-03-14 43/week @ 2024-03-21 94/week @ 2024-03-28 50/week @ 2024-04-04 43/week @ 2024-04-11 32/week @ 2024-04-18

224 downloads per month
Used in 3 crates

MIT license

52KB
1K SLoC

hex2d

Build Status Gitter Chat
Documentation

Introduction

Library for working with 2d hex map systems.

A lot of ideas taken from redbloggames hexagon page

Read Documentation for details.

See issues for TODO and BUGs.

You might be interested in additional functionality provided by hex2d-dpcext-rs library.

Coordinate system

Pointy-topped:

          /\
        /    \
       |      |
       |      |
        \    /
          \/

          -z
+y     YZ  |  XZ     +x
 ---       |       ---
    ---    |    ---
       --- | ---
  YX      -x-    XY
       --- | ---
    ---    |    ---
 ---   ZX  |  ZY   ---
-x         |          -y
          +z

Flat-topped:

         ____
        /    \
       /      \
       \      /
        \____/

     +y       -z
      \       /
       \ YZ  /
    YX  \   /  XZ
         \ /
-x--------x--------+x
         / \
    ZX  /   \ XY
       /  ZY \
      /       \
     +z       -y

Building

cargo build

Verification Recommendation

To help with the maintaince, the ownership of this crate is potentially shared between multiple developers. It is recommended to always use cargo-crev to verify the trustworthiness of each of your dependencies, including this one.

Dependencies

~390–650KB
~14K SLoC