Raylib bindings for the Hare programming language.
Hare Raylib Bindings#
Project started after Tsoding made a video trying out hare and linking it with raylib.
- Here's the video: Hare Programming Language - Tsoding Daily So the rest of these bindings would not have been possible if not for this video.
Bindings were made following the Hare Style Guide. Which means you will see some differences between RaySan5's definition of Raylib functions and types and the functions and types in these bindings. Most notably the use of snake_case for functions and PascalCase for type names.
TODO#
I am basically ticking things off from the raylib cheatsheet page. You can check that page here: List of implemented bindings.
Raylib modules:#
- rcore.ha
- rshapes.ha
- rtextures.ha
- rtext.ha
- rmodels.ha
- raudio.ha
- rstructs.ha
- rcolors.ha
- rdefines.ha