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
- Host: GitHub
- URL: https://github.com/eugenedakin/hexagonal-grid-xojo-version-2
- Owner: eugenedakin
- License: mit
- Created: 2022-07-24T18:28:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T18:47:13.000Z (almost 4 years ago)
- Last Synced: 2025-07-13T22:26:54.560Z (about 1 year ago)
- Topics: api2, canvas, draw, grid, hexagonal-grids, xojo
- Language: Xojo
- Homepage:
- Size: 57.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
