~evantj/hare-raylib

https://github.com/raysan5/raylib bindings for hare
exclude duplicate definitions from raymath
*[*]opaque -> *opaque

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~evantj/hare-raylib
read/write
git@git.sr.ht:~evantj/hare-raylib

You can also use your local clone with git send-email.

#building instructions

run demo: make run

build demo: make demo

build heightmap example: make heightmap

generate raylib.ha: make
note: if you want to generate raylib.json yourself, you need a copy of raylib_parser

#demo

demo

#heightmap example

heightmap example