Raylib bindings for the Hare programming language.
Hare 96.7%
Python 2.8%
Makefile 0.5%
15 1 0

Clone this repository

https://tangled.org/stau.space/hare-raylib-bindings
git@tangled.org:stau.space/hare-raylib-bindings

For self-hosted knots, clone URLs may differ based on your setup.

README.md

Hare Raylib Bindings#

Project started after Tsoding made a video trying out hare and linking it with raylib.

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