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

https://github.com/eugenedakin/hexagonal-grid-xojo-version-2

Draw a Hexagonal Grid with Xojo - Updated
https://github.com/eugenedakin/hexagonal-grid-xojo-version-2

api2 canvas draw grid hexagonal-grids xojo

Last synced: 6 months ago
JSON representation

Draw a Hexagonal Grid with Xojo - Updated

Awesome Lists containing this project

README

          

# Hexagonal-Grid-Xojo-Version-2
Draw a Hexagonal Grid with Xojo - Updated

Information:
- Compatible with Desktop Operating Systems
- Xojo IDE: 2022 r1.1
- Xojo API: API 2
- Xojo GUI: API 2/API 1 mixture
- Level: Intermediate

This is an updated version of a Hexagonal Grid in Xojo. The older version is located at: https://github.com/eugenedakin/HexagonalGridXojo . Rows and columns are numbered in a hexagonal grid when the rows start at zero at the top, and increase as you go near the bottom. Columns start at zero at the left and the value increases as you move to the right. Below is a screen grab of the hexagonal grid. More information is available on my website at:

https://scispec.ca/index.php/blog/45-draw-a-hexagonal-grid-in-xojo This was created with Xojo 2022 v1.1

The update to this project is:
- update most code to API 2
- Allow drawing of hexagons to fill the border edge

![](https://github.com/eugenedakin/Hexagonal-Grid-Xojo-Version-2/blob/main/HexagonV2ScreenGrab.png)