Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/KHN190/miniHexMap

Create, edit, generate hex mesh in Unity Editor mode.
https://github.com/KHN190/miniHexMap

game-development game-framework hexmap unity3d

Last synced: about 1 month ago
JSON representation

Create, edit, generate hex mesh in Unity Editor mode.

Awesome Lists containing this project

README

        

## Hex Map Editor

Create, edit, generate hex mesh in Editor mode. Export assets to use anywhere.

![](./Images/screencast.png)

## Procgen

Support noises: Perlin / Simplex / Cellular.

## Related

* [miniStrategy](https://github.com/KHN190/miniStrategy).

### Plans

Algorithms support.

* Pathfinding (in miniStrategy).

### Reference

* Mainly modified from [Catlike coding](https://catlikecoding.com/unity/tutorials/hex-map/)
* Inspiration for [multilayer map](https://bg.battletech.com/forums/terrain/3-d-hex-maps/)