Library for working with 3D hexagonal maps.
Add the beehive
crate as a dependency:
toml
[dependencies]
beehive = "0.1"
Coordinates are in cube or axial space where Z
is the cube axis, with an additional vertical axis W
.
yz +Y
__
yx / \ xz +X
-X zx \__/ xy
-Y zy
yx /\ yz +Y
-X zx | | xz +X
-Y zy \/ xy
serde-1
: Enabled by default. Serialization support via serde
.collections
: Enabled by default. Collections that work with hex coordinates.rand-07
: Disabled by default.rand
0.7 distribution implementations for Direction
and QuadPrism
.Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.