Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-23T20:46:37.000Z (12 months ago)
- Last Synced: 2024-11-11T12:31:59.094Z (2 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/)