1
0
Fork
You've already forked hare-raylib
0
fork of https://sr.ht/~evantj/hare-raylib/ with support for hare 0.25.2
  • Hare 94.5%
  • Python 4.9%
  • Makefile 0.6%
Find a file
2025年07月08日 02:19:49 +02:00
cmd Rewrite/fix demos 2024年03月12日 15:20:43 -04:00
raylib update 4 nomem 2025年07月08日 02:19:49 +02:00
resources move res/* to resources 2022年07月23日 21:37:56 +00:00
screenshots add readme 2022年07月23日 22:08:25 +00:00
.gitignore move heightmap to cmd/heightmap 2022年07月24日 00:26:27 +00:00
hare-raylib.py update 4 nomem 2025年07月08日 02:19:49 +02:00
LICENCE add licence 2022年07月23日 12:19:07 +00:00
Makefile exclude duplicate definitions from raymath 2024年04月21日 08:05:05 -04:00
raylib.json Add raylib.ha as dependency in Makefile 2024年03月12日 15:20:01 -04:00
raymath.json update 4 nomem 2025年07月08日 02:19:49 +02:00
README.md remove lies 2024年03月15日 11:12:29 -04:00

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