Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)