https://github.com/eugenedakin/hexagonalgridxojo
Draw a hexagonal grid in Xojo
https://github.com/eugenedakin/hexagonalgridxojo
api1 canvas draw grid hexagonal-grid xojo
Last synced: 3 months ago
JSON representation
Draw a hexagonal grid in Xojo
- Host: GitHub
- URL: https://github.com/eugenedakin/hexagonalgridxojo
- Owner: eugenedakin
- License: mit
- Created: 2019-09-21T18:04:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T18:46:34.000Z (almost 4 years ago)
- Last Synced: 2025-06-02T06:06:02.458Z (about 1 year ago)
- Topics: api1, canvas, draw, grid, hexagonal-grid, xojo
- Language: Xojo
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HexagonalGridXojo
Draw a hexagonal grid in Xojo
This is an older version of the Hexagonal Grid in Xojo. A newer version of code is available at: https://github.com/eugenedakin/Hexagonal-Grid-Xojo-Version-2
Information:
- Compatible with Desktop Operating Systems
- Xojo IDE: 2019 v1.1
- Xojo API: API 1
- Xojo GUI: API 1
- Level: Intermediate
This article is an adaptation of C# code to Xojo code and the C# article was originally written by Rod Stephens "Draw a hexagonalgrid in C#". 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 2019 v1.1
