~evantj/hare-raylib

https://github.com/raysan5/raylib bindings for hare

6880e3e remove raymath from makefile

29 days ago

bb64ebc remove recursive deps from LIBS and add note to readme

a month ago

#building instructions

you will need to add the recursive dependancies of your libraylib.so to LIBS

run demo: make run

build demo: make demo

build heightmap example: make heightmap

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

#demo

demo

#heightmap example

heightmap example