khexagon
0.2.0indexedFacilitates mathematical manipulation and visualization of hexagonal grids, supporting line generation, distance calculation, and various layout types for board games or simulations.
4
Stars
—
Used by
dependents
—
Health
/ 100
Facilitates mathematical manipulation and visualization of hexagonal grids, supporting line generation, distance calculation, and various layout types for board games or simulations.
Surfaced from shared tags and platforms — no rankings paid for.
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>