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: 10 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T20:46:37.000Z (over 2 years ago)
- Last Synced: 2025-02-26T21:45:01.470Z (over 1 year 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/)