
Facilitates mathematical manipulation and visualization of hexagonal grids, supporting line generation, distance calculation, and various layout types for board games or simulations.
KHexagon is a Kotlin library designed to assist with the mathematical manipulation and geometric visualization of hexagonal grids. Whether you're developing a board game or a hexagonal tile-based simulation, KHexagon provides a foundational toolset to streamline the grid calculation and representation processes.
The library offers comprehensive functionality for operations in a hexagonal grid context including, but not limited to:
dependencies {
implementation("io.github.offlinebrain:khexagon:$khexagonVersion")
}<dependency>
<groupId>io.github.offlinebrain</groupId>
<artifactId>khexagon</artifactId>
<version>${khexagon.version}</version>
</dependency>KHexagon is a Kotlin library designed to assist with the mathematical manipulation and geometric visualization of hexagonal grids. Whether you're developing a board game or a hexagonal tile-based simulation, KHexagon provides a foundational toolset to streamline the grid calculation and representation processes.
The library offers comprehensive functionality for operations in a hexagonal grid context including, but not limited to:
dependencies {
implementation("io.github.offlinebrain:khexagon:$khexagonVersion")
}<dependency>
<groupId>io.github.offlinebrain</groupId>
<artifactId>khexagon</artifactId>
<version>${khexagon.version}</version>
</dependency>