Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CedricGuillemet/HexagridRelaxing
hexagonal grid relaxing
https://github.com/CedricGuillemet/HexagridRelaxing
Last synced: 3 months ago
JSON representation
hexagonal grid relaxing
- Host: GitHub
- URL: https://github.com/CedricGuillemet/HexagridRelaxing
- Owner: CedricGuillemet
- Created: 2020-04-05T07:53:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T08:19:37.000Z (over 4 years ago)
- Last Synced: 2024-05-28T05:47:44.914Z (6 months ago)
- Language: C++
- Size: 1.26 MB
- Stars: 135
- Watchers: 8
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HexagridRelaxing
hexagonal grid relaxingI love some much Oskar Stålberg's hexagonal grid generation that I had to code it.
Here is a C++ version with Visual Studio project.
Computation code in main.cpp.
Rendering and UI is done with dear imgui.![Image](Images/img1.png)
![Image](Images/img2.png)
![Image](Images/img3.png)