diff --git a/content/news/043/hexx.jpeg b/content/news/043/hexx.jpeg new file mode 100644 index 000000000..a59228029 Binary files /dev/null and b/content/news/043/hexx.jpeg differ diff --git a/content/news/043/index.md b/content/news/043/index.md index 9e53a988c..6cf5e0cd3 100644 --- a/content/news/043/index.md +++ b/content/news/043/index.md @@ -75,6 +75,27 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library Updates +### [hexx] + +![2D example with various groups of tiles highlighted](hexx.jpeg) + +[hexx] is a hexagonal tools library made by [@ManevilleF]: + +- Manipulate hexagonal coordinates, draw rings, lines, wedges, etc. +- Generate hexagonal grids, with conversion between your world + and the hexagonal coordinates system. +- Compute 3d meshes for your hexagons. + +It's engine-agnostic, but was made with [bevy] integration in mind +and provides 2D and 3D [examples][hexx-examples]. + +_Discussions: [Twitter](https://twitter.com/ManevilleF/status/1625159292490854400)_ + +[hexx]: https://github.com/ManevilleF/hexx +[bevy]: https://github.com/bevyengine/bevy +[@ManevilleF]: https://linktr.ee/ManevilleF +[hexx-examples]: https://github.com/ManevilleF/hexx/tree/main/examples + ## Popular Workgroup Issues in Github