mixite icon indicating copy to clipboard operation
mixite copied to clipboard

A GUI agnostic hexagonal grid library. Supports a multitude of grid layouts including hexagonal, triangular, rectangular and more.

Results 18 mixite issues
Sort by recently updated
recently updated
newest added

This might not actually be desirable for other implementations right now, but it might be good to include in the next major version release. Basically [`SatelliteData`](https://github.com/Hexworks/mixite/blob/master/mixite.core/core/src/main/kotlin/org/hexworks/mixite/core/api/contract/SatelliteData.kt) currently requires that you...

Kotlin is not my forte, so this might not be possible. Boolean fields have getter methods prefixed with `get` and not `is`. But I'm currently in the process of implementing...

Now Mixite is written in Kotlin (still a new kid on the block), it suddenly becomes a little scary for Java devs (despite saying [Don't Panic on the cover](../blob/master/README.md)). It...

http://www.redblobgames.com/grids/hexagons/#pathfinding

feature

This is a feature suggestion. Currently the methods `getGridX()`, `getGridY()`, `getGridZ()` of the `CubeCoordinate` class show the grid cube coordinates with the origin (0, 0, 0) on the top left,...

http://www.redblobgames.com/grids/hexagons/#range

feature