https://github.com/talandar99/raylib_hexgrid_example
how to create hexgrid using raylib
https://github.com/talandar99/raylib_hexgrid_example
c hexagonal-grids hexgrid raylib raylib-c
Last synced: 3 months ago
JSON representation
how to create hexgrid using raylib
- Host: GitHub
- URL: https://github.com/talandar99/raylib_hexgrid_example
- Owner: Talandar99
- Created: 2024-01-16T19:57:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T20:46:37.000Z (over 1 year ago)
- Last Synced: 2025-01-09T16:34:43.020Z (4 months ago)
- Topics: c, hexagonal-grids, hexgrid, raylib, raylib-c
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raylib_hexgrid_example
This example shows how to create hexagonal grid in C using raylib## How to run
- make sure that you have raylib installed on your system or compiled locally
- run script named `run.sh`## Links
- [learn about hex grids](https://www.redblobgames.com/grids/hexagons/)
- [raylib](https://www.raylib.com/)